Shades of Golden Brown #955E11
Tints of Golden Brown #955E11
RGB
CMYK
RGB Variations
Color information
#955E11 (or 0x955E11) is known color: Golden Brown. HEX triplet: 95, 5E and 11. RGB value is (149,94,17). Sum of RGB (Red+Green+Blue) = 149+94+17=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #955E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955E11 is #6AA1EE. Grayscale: #666666. Windows color (decimal): -6988271 or 1138325. OLE color: 1138325.
HSL color Cylindrical-coordinate representation of color #955E11: hue angle of 35º 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 #955E11 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 94 | 17 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.42 |
| HSL | 35º | 0.8% | 0.33% | - |
| HSV(B) | 35º | 0.89% | 0.58% | - |
| XYZ | 16.5 | 14.44 | 2.45 | - |
| YUV | 101.67 | 80.22 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 17 | 0 | 0.37 | 0.89 | 0.42 | 35 | 0.8 | 0.33 |
| Hex | 95 | 5E | 11 | 0 | 25 | 59 | 2A | 23 | 50 | 21 |
| Octal | 225 | 136 | 21 | 0 | 45 | 131 | 52 | 43 | 120 | 41 |
| Binary | 10010101 | 1011110 | 10001 | 0 | 100101 | 1011001 | 101010 | 100011 | 1010000 | 100001 |
Color Harmonies of #955E11
Complementary color
Monochromatic Colors of #955E11
Black with #955E11
Text Example
Text Example
White with #955E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955E11; }
p { color: rgb(149,94,17); }
H1.HeaderClassName
{
color: #955E11;
}
.AnyTagClassName
{
color: #955E11;
}
</style>
background-color css
<style>
a { background-color: #955E11; }
a { background-color: rgb(149,94,17); }
div.DivClassName
{
background-color: #955E11;
}
.BgClassName
{
background-color: #955E11;
}
</style>
border-color css
<style>
span { border-color: #955E11; }
span { border-color: rgb(149,94,17); }
td.TdClassName
{
border-color: #955E11;
}
.TagClassName
{
border-color: #955E11;
}
</style>