Shades of Golden Brown #855E09
Tints of Golden Brown #855E09
RGB
CMYK
RGB Variations
Color information
#855E09 (or 0x855E09) is known color: Golden Brown. HEX triplet: 85, 5E and 09. RGB value is (133,94,9). Sum of RGB (Red+Green+Blue) = 133+94+9=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 94 (37.11% from 255 or 39.83% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #855E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855E09 is #7AA1F6. Grayscale: #606060. Windows color (decimal): -8036855 or 614021. OLE color: 614021.
HSL color Cylindrical-coordinate representation of color #855E09: hue angle of 41.13º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #855E09 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 94 | 9 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.48 |
| HSL | 41.13º | 0.87% | 0.28% | - |
| HSV(B) | 41.13º | 0.93% | 0.52% | - |
| XYZ | 13.72 | 13.01 | 2.05 | - |
| YUV | 95.97 | 78.92 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 94 | 9 | 0 | 0.29 | 0.93 | 0.48 | 41.13 | 0.87 | 0.28 |
| Hex | 85 | 5E | 9 | 0 | 1D | 5D | 30 | 29 | 57 | 1C |
| Octal | 205 | 136 | 11 | 0 | 35 | 135 | 60 | 51 | 127 | 34 |
| Binary | 10000101 | 1011110 | 1001 | 0 | 11101 | 1011101 | 110000 | 101001 | 1010111 | 11100 |
Color Harmonies of #855E09
Complementary color
Monochromatic Colors of #855E09
Black with #855E09
Text Example
Text Example
White with #855E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855E09; }
p { color: rgb(133,94,9); }
H1.HeaderClassName
{
color: #855E09;
}
.AnyTagClassName
{
color: #855E09;
}
</style>
background-color css
<style>
a { background-color: #855E09; }
a { background-color: rgb(133,94,9); }
div.DivClassName
{
background-color: #855E09;
}
.BgClassName
{
background-color: #855E09;
}
</style>
border-color css
<style>
span { border-color: #855E09; }
span { border-color: rgb(133,94,9); }
td.TdClassName
{
border-color: #855E09;
}
.TagClassName
{
border-color: #855E09;
}
</style>