Shades of Golden Brown #955A0C
Tints of Golden Brown #955A0C
RGB
CMYK
RGB Variations
Color information
#955A0C (or 0x955A0C) is known color: Golden Brown. HEX triplet: 95, 5A and 0C. RGB value is (149,90,12). Sum of RGB (Red+Green+Blue) = 149+90+12=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #955A0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955A0C is #6AA5F3. Grayscale: #636363. Windows color (decimal): -6989300 or 809621. OLE color: 809621.
HSL color Cylindrical-coordinate representation of color #955A0C: hue angle of 34.16º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #955A0C is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 90 | 12 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.42 |
| HSL | 34.16º | 0.85% | 0.32% | - |
| HSV(B) | 34.16º | 0.92% | 0.58% | - |
| XYZ | 16.12 | 13.73 | 2.15 | - |
| YUV | 98.75 | 79.05 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 12 | 0 | 0.40 | 0.92 | 0.42 | 34.16 | 0.85 | 0.32 |
| Hex | 95 | 5A | C | 0 | 28 | 5C | 2A | 22 | 55 | 20 |
| Octal | 225 | 132 | 14 | 0 | 50 | 134 | 52 | 42 | 125 | 40 |
| Binary | 10010101 | 1011010 | 1100 | 0 | 101000 | 1011100 | 101010 | 100010 | 1010101 | 100000 |
Color Harmonies of #955A0C
Complementary color
Monochromatic Colors of #955A0C
Black with #955A0C
Text Example
Text Example
White with #955A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955A0C; }
p { color: rgb(149,90,12); }
H1.HeaderClassName
{
color: #955A0C;
}
.AnyTagClassName
{
color: #955A0C;
}
</style>
background-color css
<style>
a { background-color: #955A0C; }
a { background-color: rgb(149,90,12); }
div.DivClassName
{
background-color: #955A0C;
}
.BgClassName
{
background-color: #955A0C;
}
</style>
border-color css
<style>
span { border-color: #955A0C; }
span { border-color: rgb(149,90,12); }
td.TdClassName
{
border-color: #955A0C;
}
.TagClassName
{
border-color: #955A0C;
}
</style>