Shades of Golden Brown #865A04
Tints of Golden Brown #865A04
RGB
CMYK
RGB Variations
Color information
#865A04 (or 0x865A04) is known color: Golden Brown. HEX triplet: 86, 5A and 04. RGB value is (134,90,4). Sum of RGB (Red+Green+Blue) = 134+90+4=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #865A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865A04 is #79A5FB. Grayscale: #5D5D5D. Windows color (decimal): -7972348 or 285318. OLE color: 285318.
HSL color Cylindrical-coordinate representation of color #865A04: hue angle of 39.69º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #865A04 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 90 | 4 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.47 |
| HSL | 39.69º | 0.94% | 0.27% | - |
| HSV(B) | 39.69º | 0.97% | 0.53% | - |
| XYZ | 13.51 | 12.39 | 1.79 | - |
| YUV | 93.35 | 77.58 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 4 | 0 | 0.33 | 0.97 | 0.47 | 39.69 | 0.94 | 0.27 |
| Hex | 86 | 5A | 4 | 0 | 21 | 61 | 2F | 28 | 5E | 1B |
| Octal | 206 | 132 | 4 | 0 | 41 | 141 | 57 | 50 | 136 | 33 |
| Binary | 10000110 | 1011010 | 100 | 0 | 100001 | 1100001 | 101111 | 101000 | 1011110 | 11011 |
Color Harmonies of #865A04
Complementary color
Monochromatic Colors of #865A04
Black with #865A04
Text Example
Text Example
White with #865A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865A04; }
p { color: rgb(134,90,4); }
H1.HeaderClassName
{
color: #865A04;
}
.AnyTagClassName
{
color: #865A04;
}
</style>
background-color css
<style>
a { background-color: #865A04; }
a { background-color: rgb(134,90,4); }
div.DivClassName
{
background-color: #865A04;
}
.BgClassName
{
background-color: #865A04;
}
</style>
border-color css
<style>
span { border-color: #865A04; }
span { border-color: rgb(134,90,4); }
td.TdClassName
{
border-color: #865A04;
}
.TagClassName
{
border-color: #865A04;
}
</style>