Shades of Golden Brown #865F03
Tints of Golden Brown #865F03
RGB
CMYK
RGB Variations
Color information
#865F03 (or 0x865F03) is known color: Golden Brown. HEX triplet: 86, 5F and 03. RGB value is (134,95,3). Sum of RGB (Red+Green+Blue) = 134+95+3=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #865F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865F03 is #79A0FC. Grayscale: #606060. Windows color (decimal): -7971069 or 221062. OLE color: 221062.
HSL color Cylindrical-coordinate representation of color #865F03: hue angle of 42.14º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #865F03 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 95 | 3 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.47 |
| HSL | 42.14º | 0.96% | 0.27% | - |
| HSV(B) | 42.14º | 0.98% | 0.53% | - |
| XYZ | 13.94 | 13.26 | 1.91 | - |
| YUV | 96.17 | 75.42 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 3 | 0 | 0.29 | 0.98 | 0.47 | 42.14 | 0.96 | 0.27 |
| Hex | 86 | 5F | 3 | 0 | 1D | 62 | 2F | 2A | 60 | 1B |
| Octal | 206 | 137 | 3 | 0 | 35 | 142 | 57 | 52 | 140 | 33 |
| Binary | 10000110 | 1011111 | 11 | 0 | 11101 | 1100010 | 101111 | 101010 | 1100000 | 11011 |
Color Harmonies of #865F03
Complementary color
Monochromatic Colors of #865F03
Black with #865F03
Text Example
Text Example
White with #865F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865F03; }
p { color: rgb(134,95,3); }
H1.HeaderClassName
{
color: #865F03;
}
.AnyTagClassName
{
color: #865F03;
}
</style>
background-color css
<style>
a { background-color: #865F03; }
a { background-color: rgb(134,95,3); }
div.DivClassName
{
background-color: #865F03;
}
.BgClassName
{
background-color: #865F03;
}
</style>
border-color css
<style>
span { border-color: #865F03; }
span { border-color: rgb(134,95,3); }
td.TdClassName
{
border-color: #865F03;
}
.TagClassName
{
border-color: #865F03;
}
</style>