Shades of Golden Brown #955C02
Tints of Golden Brown #955C02
RGB
CMYK
RGB Variations
Color information
#955C02 (or 0x955C02) is known color: Golden Brown. HEX triplet: 95, 5C and 02. RGB value is (149,92,2). Sum of RGB (Red+Green+Blue) = 149+92+2=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #955C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955C02 is #6AA3FD. Grayscale: #636363. Windows color (decimal): -6988798 or 154773. OLE color: 154773.
HSL color Cylindrical-coordinate representation of color #955C02: hue angle of 36.73º 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 #955C02 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 92 | 2 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.42 |
| HSL | 36.73º | 0.97% | 0.3% | - |
| HSV(B) | 36.73º | 0.99% | 0.58% | - |
| XYZ | 16.23 | 14.05 | 1.91 | - |
| YUV | 98.78 | 73.38 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 92 | 2 | 0 | 0.38 | 0.99 | 0.42 | 36.73 | 0.97 | 0.3 |
| Hex | 95 | 5C | 2 | 0 | 26 | 63 | 2A | 25 | 61 | 1E |
| Octal | 225 | 134 | 2 | 0 | 46 | 143 | 52 | 45 | 141 | 36 |
| Binary | 10010101 | 1011100 | 10 | 0 | 100110 | 1100011 | 101010 | 100101 | 1100001 | 11110 |
Color Harmonies of #955C02
Complementary color
Monochromatic Colors of #955C02
Black with #955C02
Text Example
Text Example
White with #955C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955C02; }
p { color: rgb(149,92,2); }
H1.HeaderClassName
{
color: #955C02;
}
.AnyTagClassName
{
color: #955C02;
}
</style>
background-color css
<style>
a { background-color: #955C02; }
a { background-color: rgb(149,92,2); }
div.DivClassName
{
background-color: #955C02;
}
.BgClassName
{
background-color: #955C02;
}
</style>
border-color css
<style>
span { border-color: #955C02; }
span { border-color: rgb(149,92,2); }
td.TdClassName
{
border-color: #955C02;
}
.TagClassName
{
border-color: #955C02;
}
</style>