Shades of Saddle Brown #864110
Tints of Saddle Brown #864110
RGB
CMYK
RGB Variations
Color information
#864110 (or 0x864110) is known color: Saddle Brown. HEX triplet: 86, 41 and 10. RGB value is (134,65,16). Sum of RGB (Red+Green+Blue) = 134+65+16=215 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.33% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 134 - color contains mainly: red. Hex color #864110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864110 is #79BEEF. Grayscale: #505050. Windows color (decimal): -7978736 or 1065350. OLE color: 1065350.
HSL color Cylindrical-coordinate representation of color #864110: hue angle of 24.92º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #864110 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 65 | 16 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.47 |
| HSL | 24.92º | 0.79% | 0.29% | - |
| HSV(B) | 24.92º | 0.88% | 0.53% | - |
| XYZ | 11.82 | 8.89 | 1.58 | - |
| YUV | 80.05 | 91.86 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 65 | 16 | 0 | 0.51 | 0.88 | 0.47 | 24.92 | 0.79 | 0.29 |
| Hex | 86 | 41 | 10 | 0 | 33 | 58 | 2F | 19 | 4F | 1D |
| Octal | 206 | 101 | 20 | 0 | 63 | 130 | 57 | 31 | 117 | 35 |
| Binary | 10000110 | 1000001 | 10000 | 0 | 110011 | 1011000 | 101111 | 11001 | 1001111 | 11101 |
Color Harmonies of #864110
Complementary color
Monochromatic Colors of #864110
Black with #864110
Text Example
Text Example
White with #864110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864110; }
p { color: rgb(134,65,16); }
H1.HeaderClassName
{
color: #864110;
}
.AnyTagClassName
{
color: #864110;
}
</style>
background-color css
<style>
a { background-color: #864110; }
a { background-color: rgb(134,65,16); }
div.DivClassName
{
background-color: #864110;
}
.BgClassName
{
background-color: #864110;
}
</style>
border-color css
<style>
span { border-color: #864110; }
span { border-color: rgb(134,65,16); }
td.TdClassName
{
border-color: #864110;
}
.TagClassName
{
border-color: #864110;
}
</style>