Shades of Golden Brown #855A09
Tints of Golden Brown #855A09
RGB
CMYK
RGB Variations
Color information
#855A09 (or 0x855A09) is known color: Golden Brown. HEX triplet: 85, 5A and 09. RGB value is (133,90,9). Sum of RGB (Red+Green+Blue) = 133+90+9=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #855A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855A09 is #7AA5F6. Grayscale: #5D5D5D. Windows color (decimal): -8037879 or 612997. OLE color: 612997.
HSL color Cylindrical-coordinate representation of color #855A09: hue angle of 39.19º 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 #855A09 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 9 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.48 |
| HSL | 39.19º | 0.87% | 0.28% | - |
| HSV(B) | 39.19º | 0.93% | 0.52% | - |
| XYZ | 13.38 | 12.32 | 1.93 | - |
| YUV | 93.62 | 80.25 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 9 | 0 | 0.32 | 0.93 | 0.48 | 39.19 | 0.87 | 0.28 |
| Hex | 85 | 5A | 9 | 0 | 20 | 5D | 30 | 27 | 57 | 1C |
| Octal | 205 | 132 | 11 | 0 | 40 | 135 | 60 | 47 | 127 | 34 |
| Binary | 10000101 | 1011010 | 1001 | 0 | 100000 | 1011101 | 110000 | 100111 | 1010111 | 11100 |
Color Harmonies of #855A09
Complementary color
Monochromatic Colors of #855A09
Black with #855A09
Text Example
Text Example
White with #855A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A09; }
p { color: rgb(133,90,9); }
H1.HeaderClassName
{
color: #855A09;
}
.AnyTagClassName
{
color: #855A09;
}
</style>
background-color css
<style>
a { background-color: #855A09; }
a { background-color: rgb(133,90,9); }
div.DivClassName
{
background-color: #855A09;
}
.BgClassName
{
background-color: #855A09;
}
</style>
border-color css
<style>
span { border-color: #855A09; }
span { border-color: rgb(133,90,9); }
td.TdClassName
{
border-color: #855A09;
}
.TagClassName
{
border-color: #855A09;
}
</style>