Shades of Golden Brown #955A12
Tints of Golden Brown #955A12
RGB
CMYK
RGB Variations
Color information
#955A12 (or 0x955A12) is known color: Golden Brown. HEX triplet: 95, 5A and 12. RGB value is (149,90,18). Sum of RGB (Red+Green+Blue) = 149+90+18=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #955A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955A12 is #6AA5ED. Grayscale: #636363. Windows color (decimal): -6989294 or 1202837. OLE color: 1202837.
HSL color Cylindrical-coordinate representation of color #955A12: hue angle of 32.98º 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 #955A12 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 90 | 18 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.42 |
| HSL | 32.98º | 0.78% | 0.33% | - |
| HSV(B) | 32.98º | 0.88% | 0.58% | - |
| XYZ | 16.16 | 13.75 | 2.37 | - |
| YUV | 99.43 | 82.05 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 18 | 0 | 0.40 | 0.88 | 0.42 | 32.98 | 0.78 | 0.33 |
| Hex | 95 | 5A | 12 | 0 | 28 | 58 | 2A | 21 | 4E | 21 |
| Octal | 225 | 132 | 22 | 0 | 50 | 130 | 52 | 41 | 116 | 41 |
| Binary | 10010101 | 1011010 | 10010 | 0 | 101000 | 1011000 | 101010 | 100001 | 1001110 | 100001 |
Color Harmonies of #955A12
Complementary color
Monochromatic Colors of #955A12
Black with #955A12
Text Example
Text Example
White with #955A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955A12; }
p { color: rgb(149,90,18); }
H1.HeaderClassName
{
color: #955A12;
}
.AnyTagClassName
{
color: #955A12;
}
</style>
background-color css
<style>
a { background-color: #955A12; }
a { background-color: rgb(149,90,18); }
div.DivClassName
{
background-color: #955A12;
}
.BgClassName
{
background-color: #955A12;
}
</style>
border-color css
<style>
span { border-color: #955A12; }
span { border-color: rgb(149,90,18); }
td.TdClassName
{
border-color: #955A12;
}
.TagClassName
{
border-color: #955A12;
}
</style>