Shades of Golden Brown #865B0D
Tints of Golden Brown #865B0D
RGB
CMYK
RGB Variations
Color information
#865B0D (or 0x865B0D) is known color: Golden Brown. HEX triplet: 86, 5B and 0D. RGB value is (134,91,13). Sum of RGB (Red+Green+Blue) = 134+91+13=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #865B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865B0D is #79A4F2. Grayscale: #5F5F5F. Windows color (decimal): -7972083 or 875398. OLE color: 875398.
HSL color Cylindrical-coordinate representation of color #865B0D: hue angle of 38.68º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #865B0D is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 91 | 13 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.47 |
| HSL | 38.68º | 0.82% | 0.29% | - |
| HSV(B) | 38.68º | 0.9% | 0.53% | - |
| XYZ | 13.65 | 12.58 | 2.09 | - |
| YUV | 94.97 | 81.75 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 13 | 0 | 0.32 | 0.90 | 0.47 | 38.68 | 0.82 | 0.29 |
| Hex | 86 | 5B | D | 0 | 20 | 5A | 2F | 27 | 52 | 1D |
| Octal | 206 | 133 | 15 | 0 | 40 | 132 | 57 | 47 | 122 | 35 |
| Binary | 10000110 | 1011011 | 1101 | 0 | 100000 | 1011010 | 101111 | 100111 | 1010010 | 11101 |
Color Harmonies of #865B0D
Complementary color
Monochromatic Colors of #865B0D
Black with #865B0D
Text Example
Text Example
White with #865B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865B0D; }
p { color: rgb(134,91,13); }
H1.HeaderClassName
{
color: #865B0D;
}
.AnyTagClassName
{
color: #865B0D;
}
</style>
background-color css
<style>
a { background-color: #865B0D; }
a { background-color: rgb(134,91,13); }
div.DivClassName
{
background-color: #865B0D;
}
.BgClassName
{
background-color: #865B0D;
}
</style>
border-color css
<style>
span { border-color: #865B0D; }
span { border-color: rgb(134,91,13); }
td.TdClassName
{
border-color: #865B0D;
}
.TagClassName
{
border-color: #865B0D;
}
</style>