Shades of Saddle Brown #864D14
Tints of Saddle Brown #864D14
RGB
CMYK
RGB Variations
Color information
#864D14 (or 0x864D14) is known color: Saddle Brown. HEX triplet: 86, 4D and 14. RGB value is (134,77,20). Sum of RGB (Red+Green+Blue) = 134+77+20=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #864D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #864D14 is #79B2EB. Grayscale: #575757. Windows color (decimal): -7975660 or 1330566. OLE color: 1330566.
HSL color Cylindrical-coordinate representation of color #864D14: hue angle of 30º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #864D14 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 77 | 20 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.47 |
| HSL | 30º | 0.74% | 0.3% | - |
| HSV(B) | 30º | 0.85% | 0.53% | - |
| XYZ | 12.61 | 10.43 | 2.01 | - |
| YUV | 87.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 77 | 20 | 0 | 0.43 | 0.85 | 0.47 | 30 | 0.74 | 0.3 |
| Hex | 86 | 4D | 14 | 0 | 2B | 55 | 2F | 1E | 4A | 1E |
| Octal | 206 | 115 | 24 | 0 | 53 | 125 | 57 | 36 | 112 | 36 |
| Binary | 10000110 | 1001101 | 10100 | 0 | 101011 | 1010101 | 101111 | 11110 | 1001010 | 11110 |
Color Harmonies of #864D14
Complementary color
Monochromatic Colors of #864D14
Black with #864D14
Text Example
Text Example
White with #864D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864D14; }
p { color: rgb(134,77,20); }
H1.HeaderClassName
{
color: #864D14;
}
.AnyTagClassName
{
color: #864D14;
}
</style>
background-color css
<style>
a { background-color: #864D14; }
a { background-color: rgb(134,77,20); }
div.DivClassName
{
background-color: #864D14;
}
.BgClassName
{
background-color: #864D14;
}
</style>
border-color css
<style>
span { border-color: #864D14; }
span { border-color: rgb(134,77,20); }
td.TdClassName
{
border-color: #864D14;
}
.TagClassName
{
border-color: #864D14;
}
</style>