Color spaces of #653013
RGB | 101 | 48 | 19 |
---|---|---|---|
HSL | 0.06 | 0.68 | 0.24 |
HSV | 21° | 81° | 40° |
CMYK | 0.00 | 0.52 | 0.81 0.60 |
XYZ | 6.5413 | 4.9276 | 1.2225 |
Yxy | 4.9276 | 0.5154 | 0.3883 |
Hunter Lab | 22.1982 | 13.7530 | 12.2735 |
CIE-Lab | 26.5275 | 21.5934 | 28.5389 |
#653013 color RGB value is (101,48,19).
#653013 hex color red value is 101, green value is 48 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #653013 hue: 0.06 , saturation: 0.68 and the lightness value of 653013 is 0.24.
The process color (four color CMYK) of #653013 color hex is 0.00, 0.52, 0.81, 0.60. Web safe color of #653013 is #663300. Color #653013 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 00110000 | 00010011 |
Octal | 145 | 60 | 23 |
Decimal | 101 | 48 | 19 |
Hex | 65 | 30 | 13 |
Shades of #653013
Tints of #653013
RGB Percentages of Color #653013
CMYK Percentages of Color #653013
Complementary Color
#653013 | #134865 |
#653013 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#653013 Color Preview on White Background
Lorem ipsum dolor sit amet.
#653013 Color CSS Codes
.mybgcolor {background-color:#653013; } .myforecolor {color:#653013; } .mybordercolor {border:3px solid #653013; }
#653013 Text Font Color
<p style="color:#653013">Text here</p>
This sample text font color is #653013
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#653013 Background Color
<div style="background-color:#653013">
Div content here</div>
This div background color is #653013
#653013 Border Color
<div style="border:3px solid #653013">
Div here</div>
This div border color is #653013
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,48,19, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #653013; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #653013; -webkit-box-shadow: 1px 1px 3px 2px #653013; box-shadow: 1px 1px 3px 2px #653013; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,48,19, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #653013">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #653013; -webkit-box-shadow: 1px 1px 3px 2px #653013; box-shadow: 1px 1px 3px 2px #653013;">
Div content here</div>
This div box has shadow with color #653013
#653013 Color Palettes
Comments
No comments written yet.
Please login to write comment.