Shades of Golden Brown #865D08
Tints of Golden Brown #865D08
RGB
CMYK
RGB Variations
Color information
#865D08 (or 0x865D08) is known color: Golden Brown. HEX triplet: 86, 5D and 08. RGB value is (134,93,8). Sum of RGB (Red+Green+Blue) = 134+93+8=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #865D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865D08 is #79A2F7. Grayscale: #5F5F5F. Windows color (decimal): -7971576 or 548230. OLE color: 548230.
HSL color Cylindrical-coordinate representation of color #865D08: hue angle of 40.48º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #865D08 is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 8 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.47 |
| HSL | 40.48º | 0.89% | 0.28% | - |
| HSV(B) | 40.48º | 0.94% | 0.53% | - |
| XYZ | 13.79 | 12.91 | 2 | - |
| YUV | 95.57 | 78.58 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 8 | 0 | 0.31 | 0.94 | 0.47 | 40.48 | 0.89 | 0.28 |
| Hex | 86 | 5D | 8 | 0 | 1F | 5E | 2F | 28 | 59 | 1C |
| Octal | 206 | 135 | 10 | 0 | 37 | 136 | 57 | 50 | 131 | 34 |
| Binary | 10000110 | 1011101 | 1000 | 0 | 11111 | 1011110 | 101111 | 101000 | 1011001 | 11100 |
Color Harmonies of #865D08
Complementary color
Monochromatic Colors of #865D08
Black with #865D08
Text Example
Text Example
White with #865D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D08; }
p { color: rgb(134,93,8); }
H1.HeaderClassName
{
color: #865D08;
}
.AnyTagClassName
{
color: #865D08;
}
</style>
background-color css
<style>
a { background-color: #865D08; }
a { background-color: rgb(134,93,8); }
div.DivClassName
{
background-color: #865D08;
}
.BgClassName
{
background-color: #865D08;
}
</style>
border-color css
<style>
span { border-color: #865D08; }
span { border-color: rgb(134,93,8); }
td.TdClassName
{
border-color: #865D08;
}
.TagClassName
{
border-color: #865D08;
}
</style>