Shades of Golden Brown #865C00
Tints of Golden Brown #865C00
RGB
CMYK
RGB Variations
Color information
#865C00 (or 0x865C00) is known color: Golden Brown. HEX triplet: 86, 5C and 00. RGB value is (134,92,0). Sum of RGB (Red+Green+Blue) = 134+92+0=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #865C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865C00 is #79A3FF. Grayscale: #5E5E5E. Windows color (decimal): -7971840 or 23686. OLE color: 23686.
HSL color Cylindrical-coordinate representation of color #865C00: hue angle of 41.19º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #865C00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 92 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.47 |
| HSL | 41.19º | 1% | 0.26% | - |
| HSV(B) | 41.19º | 1% | 0.53% | - |
| XYZ | 13.66 | 12.72 | 1.74 | - |
| YUV | 94.07 | 74.91 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 0 | 0 | 0.31 | 1 | 0.47 | 41.19 | 1 | 0.26 |
| Hex | 86 | 5C | 0 | 0 | 1F | 64 | 2F | 29 | 64 | 1A |
| Octal | 206 | 134 | 0 | 0 | 37 | 144 | 57 | 51 | 144 | 32 |
| Binary | 10000110 | 1011100 | 0 | 0 | 11111 | 1100100 | 101111 | 101001 | 1100100 | 11010 |
Color Harmonies of #865C00
Complementary color
Monochromatic Colors of #865C00
Black with #865C00
Text Example
Text Example
White with #865C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C00; }
p { color: rgb(134,92,0); }
H1.HeaderClassName
{
color: #865C00;
}
.AnyTagClassName
{
color: #865C00;
}
</style>
background-color css
<style>
a { background-color: #865C00; }
a { background-color: rgb(134,92,0); }
div.DivClassName
{
background-color: #865C00;
}
.BgClassName
{
background-color: #865C00;
}
</style>
border-color css
<style>
span { border-color: #865C00; }
span { border-color: rgb(134,92,0); }
td.TdClassName
{
border-color: #865C00;
}
.TagClassName
{
border-color: #865C00;
}
</style>