Shades of Golden Brown #856501
Tints of Golden Brown #856501
RGB
CMYK
RGB Variations
Color information
#856501 (or 0x856501) is known color: Golden Brown. HEX triplet: 85, 65 and 01. RGB value is (133,101,1). Sum of RGB (Red+Green+Blue) = 133+101+1=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #856501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856501 is #7A9AFE. Grayscale: #636363. Windows color (decimal): -8035071 or 91525. OLE color: 91525.
HSL color Cylindrical-coordinate representation of color #856501: hue angle of 45.45º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #856501 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 101 | 1 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.48 |
| HSL | 45.45º | 0.99% | 0.26% | - |
| HSV(B) | 45.45º | 0.99% | 0.52% | - |
| XYZ | 14.33 | 14.3 | 2.03 | - |
| YUV | 99.17 | 72.6 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 1 | 0 | 0.24 | 0.99 | 0.48 | 45.45 | 0.99 | 0.26 |
| Hex | 85 | 65 | 1 | 0 | 18 | 63 | 30 | 2D | 63 | 1A |
| Octal | 205 | 145 | 1 | 0 | 30 | 143 | 60 | 55 | 143 | 32 |
| Binary | 10000101 | 1100101 | 1 | 0 | 11000 | 1100011 | 110000 | 101101 | 1100011 | 11010 |
Color Harmonies of #856501
Complementary color
Monochromatic Colors of #856501
Black with #856501
Text Example
Text Example
White with #856501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856501; }
p { color: rgb(133,101,1); }
H1.HeaderClassName
{
color: #856501;
}
.AnyTagClassName
{
color: #856501;
}
</style>
background-color css
<style>
a { background-color: #856501; }
a { background-color: rgb(133,101,1); }
div.DivClassName
{
background-color: #856501;
}
.BgClassName
{
background-color: #856501;
}
</style>
border-color css
<style>
span { border-color: #856501; }
span { border-color: rgb(133,101,1); }
td.TdClassName
{
border-color: #856501;
}
.TagClassName
{
border-color: #856501;
}
</style>