Shades of Golden Brown #865C13
Tints of Golden Brown #865C13
RGB
CMYK
RGB Variations
Color information
#865C13 (or 0x865C13) is known color: Golden Brown. HEX triplet: 86, 5C and 13. RGB value is (134,92,19). Sum of RGB (Red+Green+Blue) = 134+92+19=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #865C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865C13 is #79A3EC. Grayscale: #606060. Windows color (decimal): -7971821 or 1268870. OLE color: 1268870.
HSL color Cylindrical-coordinate representation of color #865C13: hue angle of 38.09º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #865C13 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 92 | 19 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.47 |
| HSL | 38.09º | 0.75% | 0.3% | - |
| HSV(B) | 38.09º | 0.86% | 0.53% | - |
| XYZ | 13.78 | 12.77 | 2.35 | - |
| YUV | 96.24 | 84.41 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 19 | 0 | 0.31 | 0.86 | 0.47 | 38.09 | 0.75 | 0.3 |
| Hex | 86 | 5C | 13 | 0 | 1F | 56 | 2F | 26 | 4B | 1E |
| Octal | 206 | 134 | 23 | 0 | 37 | 126 | 57 | 46 | 113 | 36 |
| Binary | 10000110 | 1011100 | 10011 | 0 | 11111 | 1010110 | 101111 | 100110 | 1001011 | 11110 |
Color Harmonies of #865C13
Complementary color
Monochromatic Colors of #865C13
Black with #865C13
Text Example
Text Example
White with #865C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C13; }
p { color: rgb(134,92,19); }
H1.HeaderClassName
{
color: #865C13;
}
.AnyTagClassName
{
color: #865C13;
}
</style>
background-color css
<style>
a { background-color: #865C13; }
a { background-color: rgb(134,92,19); }
div.DivClassName
{
background-color: #865C13;
}
.BgClassName
{
background-color: #865C13;
}
</style>
border-color css
<style>
span { border-color: #865C13; }
span { border-color: rgb(134,92,19); }
td.TdClassName
{
border-color: #865C13;
}
.TagClassName
{
border-color: #865C13;
}
</style>