Shades of Saddle Brown #864A16
Tints of Saddle Brown #864A16
RGB
CMYK
RGB Variations
Color information
#864A16 (or 0x864A16) is known color: Saddle Brown. HEX triplet: 86, 4A and 16. RGB value is (134,74,22). Sum of RGB (Red+Green+Blue) = 134+74+22=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #864A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864A16 is #79B5E9. Grayscale: #565656. Windows color (decimal): -7976426 or 1460870. OLE color: 1460870.
HSL color Cylindrical-coordinate representation of color #864A16: hue angle of 27.86º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #864A16 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 74 | 22 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.47 |
| HSL | 27.86º | 0.72% | 0.31% | - |
| HSV(B) | 27.86º | 0.84% | 0.53% | - |
| XYZ | 12.43 | 10.02 | 2.04 | - |
| YUV | 86.01 | 91.88 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 74 | 22 | 0 | 0.45 | 0.84 | 0.47 | 27.86 | 0.72 | 0.31 |
| Hex | 86 | 4A | 16 | 0 | 2D | 54 | 2F | 1C | 48 | 1F |
| Octal | 206 | 112 | 26 | 0 | 55 | 124 | 57 | 34 | 110 | 37 |
| Binary | 10000110 | 1001010 | 10110 | 0 | 101101 | 1010100 | 101111 | 11100 | 1001000 | 11111 |
Color Harmonies of #864A16
Complementary color
Monochromatic Colors of #864A16
Black with #864A16
Text Example
Text Example
White with #864A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864A16; }
p { color: rgb(134,74,22); }
H1.HeaderClassName
{
color: #864A16;
}
.AnyTagClassName
{
color: #864A16;
}
</style>
background-color css
<style>
a { background-color: #864A16; }
a { background-color: rgb(134,74,22); }
div.DivClassName
{
background-color: #864A16;
}
.BgClassName
{
background-color: #864A16;
}
</style>
border-color css
<style>
span { border-color: #864A16; }
span { border-color: rgb(134,74,22); }
td.TdClassName
{
border-color: #864A16;
}
.TagClassName
{
border-color: #864A16;
}
</style>