Shades of Golden Brown #865F02
Tints of Golden Brown #865F02
RGB
CMYK
RGB Variations
Color information
#865F02 (or 0x865F02) is known color: Golden Brown. HEX triplet: 86, 5F and 02. RGB value is (134,95,2). Sum of RGB (Red+Green+Blue) = 134+95+2=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #865F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865F02 is #79A0FD. Grayscale: #606060. Windows color (decimal): -7971070 or 155526. OLE color: 155526.
HSL color Cylindrical-coordinate representation of color #865F02: hue angle of 42.27º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #865F02 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 95 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.47 |
| HSL | 42.27º | 0.97% | 0.27% | - |
| HSV(B) | 42.27º | 0.99% | 0.53% | - |
| XYZ | 13.93 | 13.26 | 1.88 | - |
| YUV | 96.06 | 74.92 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 2 | 0 | 0.29 | 0.99 | 0.47 | 42.27 | 0.97 | 0.27 |
| Hex | 86 | 5F | 2 | 0 | 1D | 63 | 2F | 2A | 61 | 1B |
| Octal | 206 | 137 | 2 | 0 | 35 | 143 | 57 | 52 | 141 | 33 |
| Binary | 10000110 | 1011111 | 10 | 0 | 11101 | 1100011 | 101111 | 101010 | 1100001 | 11011 |
Color Harmonies of #865F02
Complementary color
Monochromatic Colors of #865F02
Black with #865F02
Text Example
Text Example
White with #865F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865F02; }
p { color: rgb(134,95,2); }
H1.HeaderClassName
{
color: #865F02;
}
.AnyTagClassName
{
color: #865F02;
}
</style>
background-color css
<style>
a { background-color: #865F02; }
a { background-color: rgb(134,95,2); }
div.DivClassName
{
background-color: #865F02;
}
.BgClassName
{
background-color: #865F02;
}
</style>
border-color css
<style>
span { border-color: #865F02; }
span { border-color: rgb(134,95,2); }
td.TdClassName
{
border-color: #865F02;
}
.TagClassName
{
border-color: #865F02;
}
</style>