Shades of Golden Brown #856500
Tints of Golden Brown #856500
RGB
CMYK
RGB Variations
Color information
#856500 (or 0x856500) is known color: Golden Brown. HEX triplet: 85, 65 and 00. RGB value is (133,101,0). Sum of RGB (Red+Green+Blue) = 133+101+0=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #856500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856500 is #7A9AFF. Grayscale: #636363. Windows color (decimal): -8035072 or 25989. OLE color: 25989.
HSL color Cylindrical-coordinate representation of color #856500: hue angle of 45.56º 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 #856500 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 101 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.48 |
| HSL | 45.56º | 1% | 0.26% | - |
| HSV(B) | 45.56º | 1% | 0.52% | - |
| XYZ | 14.33 | 14.29 | 2 | - |
| YUV | 99.05 | 72.1 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 0 | 0 | 0.24 | 1 | 0.48 | 45.56 | 1 | 0.26 |
| Hex | 85 | 65 | 0 | 0 | 18 | 64 | 30 | 2E | 64 | 1A |
| Octal | 205 | 145 | 0 | 0 | 30 | 144 | 60 | 56 | 144 | 32 |
| Binary | 10000101 | 1100101 | 0 | 0 | 11000 | 1100100 | 110000 | 101110 | 1100100 | 11010 |
Color Harmonies of #856500
Complementary color
Monochromatic Colors of #856500
Black with #856500
Text Example
Text Example
White with #856500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856500; }
p { color: rgb(133,101,0); }
H1.HeaderClassName
{
color: #856500;
}
.AnyTagClassName
{
color: #856500;
}
</style>
background-color css
<style>
a { background-color: #856500; }
a { background-color: rgb(133,101,0); }
div.DivClassName
{
background-color: #856500;
}
.BgClassName
{
background-color: #856500;
}
</style>
border-color css
<style>
span { border-color: #856500; }
span { border-color: rgb(133,101,0); }
td.TdClassName
{
border-color: #856500;
}
.TagClassName
{
border-color: #856500;
}
</style>