Shades of Golden Brown #865C0C
Tints of Golden Brown #865C0C
RGB
CMYK
RGB Variations
Color information
#865C0C (or 0x865C0C) is known color: Golden Brown. HEX triplet: 86, 5C and 0C. RGB value is (134,92,12). Sum of RGB (Red+Green+Blue) = 134+92+12=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #865C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865C0C is #79A3F3. Grayscale: #5F5F5F. Windows color (decimal): -7971828 or 810118. OLE color: 810118.
HSL color Cylindrical-coordinate representation of color #865C0C: hue angle of 39.34º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #865C0C is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 92 | 12 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.47 |
| HSL | 39.34º | 0.84% | 0.29% | - |
| HSV(B) | 39.34º | 0.91% | 0.53% | - |
| XYZ | 13.73 | 12.75 | 2.09 | - |
| YUV | 95.44 | 80.91 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 12 | 0 | 0.31 | 0.91 | 0.47 | 39.34 | 0.84 | 0.29 |
| Hex | 86 | 5C | C | 0 | 1F | 5B | 2F | 27 | 54 | 1D |
| Octal | 206 | 134 | 14 | 0 | 37 | 133 | 57 | 47 | 124 | 35 |
| Binary | 10000110 | 1011100 | 1100 | 0 | 11111 | 1011011 | 101111 | 100111 | 1010100 | 11101 |
Color Harmonies of #865C0C
Complementary color
Monochromatic Colors of #865C0C
Black with #865C0C
Text Example
Text Example
White with #865C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C0C; }
p { color: rgb(134,92,12); }
H1.HeaderClassName
{
color: #865C0C;
}
.AnyTagClassName
{
color: #865C0C;
}
</style>
background-color css
<style>
a { background-color: #865C0C; }
a { background-color: rgb(134,92,12); }
div.DivClassName
{
background-color: #865C0C;
}
.BgClassName
{
background-color: #865C0C;
}
</style>
border-color css
<style>
span { border-color: #865C0C; }
span { border-color: rgb(134,92,12); }
td.TdClassName
{
border-color: #865C0C;
}
.TagClassName
{
border-color: #865C0C;
}
</style>