Color spaces of #95802a
RGB | 149 | 128 | 42 |
---|---|---|---|
HSL | 0.13 | 0.56 | 0.37 |
HSV | 48° | 72° | 58° |
CMYK | 0.00 | 0.14 | 0.72 0.42 |
XYZ | 20.5315 | 21.9951 | 5.3538 |
Yxy | 21.9951 | 0.4288 | 0.4594 |
Hunter Lab | 46.8989 | -3.9291 | 26.0609 |
CIE-Lab | 54.0218 | -1.8116 | 47.4565 |
#95802a color RGB value is (149,128,42).
#95802a hex color red value is 149, green value is 128 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #95802a hue: 0.13 , saturation: 0.56 and the lightness value of 95802a is 0.37.
The process color (four color CMYK) of #95802a color hex is 0.00, 0.14, 0.72, 0.42. Web safe color of #95802a is #999933. Color #95802a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 10000000 | 00101010 |
Octal | 225 | 200 | 52 |
Decimal | 149 | 128 | 42 |
Hex | 95 | 80 | 2A |
Shades of #95802a
Tints of #95802a
RGB Percentages of Color #95802a
CMYK Percentages of Color #95802a
Complementary Color
#95802a | #2a3f95 |
#95802a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#95802a Color Preview on White Background
Lorem ipsum dolor sit amet.
#95802a Color CSS Codes
.mybgcolor {background-color:#95802a; } .myforecolor {color:#95802a; } .mybordercolor {border:3px solid #95802a; }
#95802a Text Font Color
<p style="color:#95802a">Text here</p>
This sample text font color is #95802a
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.
#95802a Background Color
<div style="background-color:#95802a">
Div content here</div>
This div background color is #95802a
#95802a Border Color
<div style="border:3px solid #95802a">
Div here</div>
This div border color is #95802a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,128,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #95802a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #95802a; -webkit-box-shadow: 1px 1px 3px 2px #95802a; box-shadow: 1px 1px 3px 2px #95802a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,128,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #95802a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #95802a; -webkit-box-shadow: 1px 1px 3px 2px #95802a; box-shadow: 1px 1px 3px 2px #95802a;">
Div content here</div>
This div box has shadow with color #95802a
Comments
No comments written yet.
Please login to write comment.