Shades of Saddle Brown #864A0A
Tints of Saddle Brown #864A0A
RGB
CMYK
RGB Variations
Color information
#864A0A (or 0x864A0A) is known color: Saddle Brown. HEX triplet: 86, 4A and 0A. RGB value is (134,74,10). Sum of RGB (Red+Green+Blue) = 134+74+10=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #864A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864A0A is #79B5F5. Grayscale: #545454. Windows color (decimal): -7976438 or 674438. OLE color: 674438.
HSL color Cylindrical-coordinate representation of color #864A0A: hue angle of 30.97º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #864A0A is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 74 | 10 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.47 |
| HSL | 30.97º | 0.86% | 0.28% | - |
| HSV(B) | 30.97º | 0.93% | 0.53% | - |
| XYZ | 12.34 | 9.99 | 1.56 | - |
| YUV | 84.64 | 85.88 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 74 | 10 | 0 | 0.45 | 0.93 | 0.47 | 30.97 | 0.86 | 0.28 |
| Hex | 86 | 4A | A | 0 | 2D | 5D | 2F | 1F | 56 | 1C |
| Octal | 206 | 112 | 12 | 0 | 55 | 135 | 57 | 37 | 126 | 34 |
| Binary | 10000110 | 1001010 | 1010 | 0 | 101101 | 1011101 | 101111 | 11111 | 1010110 | 11100 |
Color Harmonies of #864A0A
Complementary color
Monochromatic Colors of #864A0A
Black with #864A0A
Text Example
Text Example
White with #864A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864A0A; }
p { color: rgb(134,74,10); }
H1.HeaderClassName
{
color: #864A0A;
}
.AnyTagClassName
{
color: #864A0A;
}
</style>
background-color css
<style>
a { background-color: #864A0A; }
a { background-color: rgb(134,74,10); }
div.DivClassName
{
background-color: #864A0A;
}
.BgClassName
{
background-color: #864A0A;
}
</style>
border-color css
<style>
span { border-color: #864A0A; }
span { border-color: rgb(134,74,10); }
td.TdClassName
{
border-color: #864A0A;
}
.TagClassName
{
border-color: #864A0A;
}
</style>