Shades of Golden Brown #955912
Tints of Golden Brown #955912
RGB
CMYK
RGB Variations
Color information
#955912 (or 0x955912) is known color: Golden Brown. HEX triplet: 95, 59 and 12. RGB value is (149,89,18). Sum of RGB (Red+Green+Blue) = 149+89+18=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #955912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955912 is #6AA6ED. Grayscale: #636363. Windows color (decimal): -6989550 or 1202581. OLE color: 1202581.
HSL color Cylindrical-coordinate representation of color #955912: hue angle of 32.52º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #955912 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 89 | 18 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.42 |
| HSL | 32.52º | 0.78% | 0.33% | - |
| HSV(B) | 32.52º | 0.88% | 0.58% | - |
| XYZ | 16.08 | 13.58 | 2.35 | - |
| YUV | 98.85 | 82.38 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 18 | 0 | 0.40 | 0.88 | 0.42 | 32.52 | 0.78 | 0.33 |
| Hex | 95 | 59 | 12 | 0 | 28 | 58 | 2A | 21 | 4E | 21 |
| Octal | 225 | 131 | 22 | 0 | 50 | 130 | 52 | 41 | 116 | 41 |
| Binary | 10010101 | 1011001 | 10010 | 0 | 101000 | 1011000 | 101010 | 100001 | 1001110 | 100001 |
Color Harmonies of #955912
Complementary color
Monochromatic Colors of #955912
Black with #955912
Text Example
Text Example
White with #955912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955912; }
p { color: rgb(149,89,18); }
H1.HeaderClassName
{
color: #955912;
}
.AnyTagClassName
{
color: #955912;
}
</style>
background-color css
<style>
a { background-color: #955912; }
a { background-color: rgb(149,89,18); }
div.DivClassName
{
background-color: #955912;
}
.BgClassName
{
background-color: #955912;
}
</style>
border-color css
<style>
span { border-color: #955912; }
span { border-color: rgb(149,89,18); }
td.TdClassName
{
border-color: #955912;
}
.TagClassName
{
border-color: #955912;
}
</style>