Shades of Golden Brown #856200
Tints of Golden Brown #856200
RGB
CMYK
RGB Variations
Color information
#856200 (or 0x856200) is known color: Golden Brown. HEX triplet: 85, 62 and 00. RGB value is (133,98,0). Sum of RGB (Red+Green+Blue) = 133+98+0=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #856200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856200 is #7A9DFF. Grayscale: #616161. Windows color (decimal): -8035840 or 25221. OLE color: 25221.
HSL color Cylindrical-coordinate representation of color #856200: hue angle of 44.21º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #856200 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 98 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.48 |
| HSL | 44.21º | 1% | 0.26% | - |
| HSV(B) | 44.21º | 1% | 0.52% | - |
| XYZ | 14.04 | 13.72 | 1.91 | - |
| YUV | 97.29 | 73.1 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 98 | 0 | 0 | 0.26 | 1 | 0.48 | 44.21 | 1 | 0.26 |
| Hex | 85 | 62 | 0 | 0 | 1A | 64 | 30 | 2C | 64 | 1A |
| Octal | 205 | 142 | 0 | 0 | 32 | 144 | 60 | 54 | 144 | 32 |
| Binary | 10000101 | 1100010 | 0 | 0 | 11010 | 1100100 | 110000 | 101100 | 1100100 | 11010 |
Color Harmonies of #856200
Complementary color
Monochromatic Colors of #856200
Black with #856200
Text Example
Text Example
White with #856200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856200; }
p { color: rgb(133,98,0); }
H1.HeaderClassName
{
color: #856200;
}
.AnyTagClassName
{
color: #856200;
}
</style>
background-color css
<style>
a { background-color: #856200; }
a { background-color: rgb(133,98,0); }
div.DivClassName
{
background-color: #856200;
}
.BgClassName
{
background-color: #856200;
}
</style>
border-color css
<style>
span { border-color: #856200; }
span { border-color: rgb(133,98,0); }
td.TdClassName
{
border-color: #856200;
}
.TagClassName
{
border-color: #856200;
}
</style>