Shades of Golden Brown #855A08
Tints of Golden Brown #855A08
RGB
CMYK
RGB Variations
Color information
#855A08 (or 0x855A08) is known color: Golden Brown. HEX triplet: 85, 5A and 08. RGB value is (133,90,8). Sum of RGB (Red+Green+Blue) = 133+90+8=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #855A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855A08 is #7AA5F7. Grayscale: #5D5D5D. Windows color (decimal): -8037880 or 547461. OLE color: 547461.
HSL color Cylindrical-coordinate representation of color #855A08: hue angle of 39.36º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #855A08 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 8 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.48 |
| HSL | 39.36º | 0.89% | 0.28% | - |
| HSV(B) | 39.36º | 0.94% | 0.52% | - |
| XYZ | 13.37 | 12.32 | 1.9 | - |
| YUV | 93.51 | 79.75 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 8 | 0 | 0.32 | 0.94 | 0.48 | 39.36 | 0.89 | 0.28 |
| Hex | 85 | 5A | 8 | 0 | 20 | 5E | 30 | 27 | 59 | 1C |
| Octal | 205 | 132 | 10 | 0 | 40 | 136 | 60 | 47 | 131 | 34 |
| Binary | 10000101 | 1011010 | 1000 | 0 | 100000 | 1011110 | 110000 | 100111 | 1011001 | 11100 |
Color Harmonies of #855A08
Complementary color
Monochromatic Colors of #855A08
Black with #855A08
Text Example
Text Example
White with #855A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A08; }
p { color: rgb(133,90,8); }
H1.HeaderClassName
{
color: #855A08;
}
.AnyTagClassName
{
color: #855A08;
}
</style>
background-color css
<style>
a { background-color: #855A08; }
a { background-color: rgb(133,90,8); }
div.DivClassName
{
background-color: #855A08;
}
.BgClassName
{
background-color: #855A08;
}
</style>
border-color css
<style>
span { border-color: #855A08; }
span { border-color: rgb(133,90,8); }
td.TdClassName
{
border-color: #855A08;
}
.TagClassName
{
border-color: #855A08;
}
</style>