Shades of Golden Brown #865D13
Tints of Golden Brown #865D13
RGB
CMYK
RGB Variations
Color information
#865D13 (or 0x865D13) is known color: Golden Brown. HEX triplet: 86, 5D and 13. RGB value is (134,93,19). Sum of RGB (Red+Green+Blue) = 134+93+19=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #865D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865D13 is #79A2EC. Grayscale: #616161. Windows color (decimal): -7971565 or 1269126. OLE color: 1269126.
HSL color Cylindrical-coordinate representation of color #865D13: hue angle of 38.61º 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 #865D13 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 19 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.47 |
| HSL | 38.61º | 0.75% | 0.3% | - |
| HSV(B) | 38.61º | 0.86% | 0.53% | - |
| XYZ | 13.86 | 12.94 | 2.38 | - |
| YUV | 96.82 | 84.08 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 19 | 0 | 0.31 | 0.86 | 0.47 | 38.61 | 0.75 | 0.3 |
| Hex | 86 | 5D | 13 | 0 | 1F | 56 | 2F | 27 | 4B | 1E |
| Octal | 206 | 135 | 23 | 0 | 37 | 126 | 57 | 47 | 113 | 36 |
| Binary | 10000110 | 1011101 | 10011 | 0 | 11111 | 1010110 | 101111 | 100111 | 1001011 | 11110 |
Color Harmonies of #865D13
Complementary color
Monochromatic Colors of #865D13
Black with #865D13
Text Example
Text Example
White with #865D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D13; }
p { color: rgb(134,93,19); }
H1.HeaderClassName
{
color: #865D13;
}
.AnyTagClassName
{
color: #865D13;
}
</style>
background-color css
<style>
a { background-color: #865D13; }
a { background-color: rgb(134,93,19); }
div.DivClassName
{
background-color: #865D13;
}
.BgClassName
{
background-color: #865D13;
}
</style>
border-color css
<style>
span { border-color: #865D13; }
span { border-color: rgb(134,93,19); }
td.TdClassName
{
border-color: #865D13;
}
.TagClassName
{
border-color: #865D13;
}
</style>