Shades of Golden Brown #955D02
Tints of Golden Brown #955D02
RGB
CMYK
RGB Variations
Color information
#955D02 (or 0x955D02) is known color: Golden Brown. HEX triplet: 95, 5D and 02. RGB value is (149,93,2). Sum of RGB (Red+Green+Blue) = 149+93+2=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #955D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955D02 is #6AA2FD. Grayscale: #636363. Windows color (decimal): -6988542 or 155029. OLE color: 155029.
HSL color Cylindrical-coordinate representation of color #955D02: hue angle of 37.14º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #955D02 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 2 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.42 |
| HSL | 37.14º | 0.97% | 0.3% | - |
| HSV(B) | 37.14º | 0.99% | 0.58% | - |
| XYZ | 16.32 | 14.22 | 1.94 | - |
| YUV | 99.37 | 73.05 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 2 | 0 | 0.38 | 0.99 | 0.42 | 37.14 | 0.97 | 0.3 |
| Hex | 95 | 5D | 2 | 0 | 26 | 63 | 2A | 25 | 61 | 1E |
| Octal | 225 | 135 | 2 | 0 | 46 | 143 | 52 | 45 | 141 | 36 |
| Binary | 10010101 | 1011101 | 10 | 0 | 100110 | 1100011 | 101010 | 100101 | 1100001 | 11110 |
Color Harmonies of #955D02
Complementary color
Monochromatic Colors of #955D02
Black with #955D02
Text Example
Text Example
White with #955D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D02; }
p { color: rgb(149,93,2); }
H1.HeaderClassName
{
color: #955D02;
}
.AnyTagClassName
{
color: #955D02;
}
</style>
background-color css
<style>
a { background-color: #955D02; }
a { background-color: rgb(149,93,2); }
div.DivClassName
{
background-color: #955D02;
}
.BgClassName
{
background-color: #955D02;
}
</style>
border-color css
<style>
span { border-color: #955D02; }
span { border-color: rgb(149,93,2); }
td.TdClassName
{
border-color: #955D02;
}
.TagClassName
{
border-color: #955D02;
}
</style>