Shades of Golden Brown #865A05
Tints of Golden Brown #865A05
RGB
CMYK
RGB Variations
Color information
#865A05 (or 0x865A05) is known color: Golden Brown. HEX triplet: 86, 5A and 05. RGB value is (134,90,5). Sum of RGB (Red+Green+Blue) = 134+90+5=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #865A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865A05 is #79A5FA. Grayscale: #5D5D5D. Windows color (decimal): -7972347 or 350854. OLE color: 350854.
HSL color Cylindrical-coordinate representation of color #865A05: hue angle of 39.53º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #865A05 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 90 | 5 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.47 |
| HSL | 39.53º | 0.93% | 0.27% | - |
| HSV(B) | 39.53º | 0.96% | 0.53% | - |
| XYZ | 13.52 | 12.39 | 1.82 | - |
| YUV | 93.47 | 78.08 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 5 | 0 | 0.33 | 0.96 | 0.47 | 39.53 | 0.93 | 0.27 |
| Hex | 86 | 5A | 5 | 0 | 21 | 60 | 2F | 28 | 5D | 1B |
| Octal | 206 | 132 | 5 | 0 | 41 | 140 | 57 | 50 | 135 | 33 |
| Binary | 10000110 | 1011010 | 101 | 0 | 100001 | 1100000 | 101111 | 101000 | 1011101 | 11011 |
Color Harmonies of #865A05
Complementary color
Monochromatic Colors of #865A05
Black with #865A05
Text Example
Text Example
White with #865A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865A05; }
p { color: rgb(134,90,5); }
H1.HeaderClassName
{
color: #865A05;
}
.AnyTagClassName
{
color: #865A05;
}
</style>
background-color css
<style>
a { background-color: #865A05; }
a { background-color: rgb(134,90,5); }
div.DivClassName
{
background-color: #865A05;
}
.BgClassName
{
background-color: #865A05;
}
</style>
border-color css
<style>
span { border-color: #865A05; }
span { border-color: rgb(134,90,5); }
td.TdClassName
{
border-color: #865A05;
}
.TagClassName
{
border-color: #865A05;
}
</style>