Shades of Golden Brown #955A11
Tints of Golden Brown #955A11
RGB
CMYK
RGB Variations
Color information
#955A11 (or 0x955A11) is known color: Golden Brown. HEX triplet: 95, 5A and 11. RGB value is (149,90,17). Sum of RGB (Red+Green+Blue) = 149+90+17=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #955A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955A11 is #6AA5EE. Grayscale: #636363. Windows color (decimal): -6989295 or 1137301. OLE color: 1137301.
HSL color Cylindrical-coordinate representation of color #955A11: hue angle of 33.18º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #955A11 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 90 | 17 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.42 |
| HSL | 33.18º | 0.8% | 0.33% | - |
| HSV(B) | 33.18º | 0.89% | 0.58% | - |
| XYZ | 16.15 | 13.74 | 2.33 | - |
| YUV | 99.32 | 81.55 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 17 | 0 | 0.40 | 0.89 | 0.42 | 33.18 | 0.8 | 0.33 |
| Hex | 95 | 5A | 11 | 0 | 28 | 59 | 2A | 21 | 50 | 21 |
| Octal | 225 | 132 | 21 | 0 | 50 | 131 | 52 | 41 | 120 | 41 |
| Binary | 10010101 | 1011010 | 10001 | 0 | 101000 | 1011001 | 101010 | 100001 | 1010000 | 100001 |
Color Harmonies of #955A11
Complementary color
Monochromatic Colors of #955A11
Black with #955A11
Text Example
Text Example
White with #955A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955A11; }
p { color: rgb(149,90,17); }
H1.HeaderClassName
{
color: #955A11;
}
.AnyTagClassName
{
color: #955A11;
}
</style>
background-color css
<style>
a { background-color: #955A11; }
a { background-color: rgb(149,90,17); }
div.DivClassName
{
background-color: #955A11;
}
.BgClassName
{
background-color: #955A11;
}
</style>
border-color css
<style>
span { border-color: #955A11; }
span { border-color: rgb(149,90,17); }
td.TdClassName
{
border-color: #955A11;
}
.TagClassName
{
border-color: #955A11;
}
</style>