Shades of Saddle Brown #863C14
Tints of Saddle Brown #863C14
RGB
CMYK
RGB Variations
Color information
#863C14 (or 0x863C14) is known color: Saddle Brown. HEX triplet: 86, 3C and 14. RGB value is (134,60,20). Sum of RGB (Red+Green+Blue) = 134+60+20=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #863C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863C14 is #79C3EB. Grayscale: #4D4D4D. Windows color (decimal): -7980012 or 1326214. OLE color: 1326214.
HSL color Cylindrical-coordinate representation of color #863C14: hue angle of 21.05º 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 #863C14 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 20 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.47 |
| HSL | 21.05º | 0.74% | 0.3% | - |
| HSV(B) | 21.05º | 0.85% | 0.53% | - |
| XYZ | 11.57 | 8.35 | 1.66 | - |
| YUV | 77.57 | 95.52 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 20 | 0 | 0.55 | 0.85 | 0.47 | 21.05 | 0.74 | 0.3 |
| Hex | 86 | 3C | 14 | 0 | 37 | 55 | 2F | 15 | 4A | 1E |
| Octal | 206 | 74 | 24 | 0 | 67 | 125 | 57 | 25 | 112 | 36 |
| Binary | 10000110 | 111100 | 10100 | 0 | 110111 | 1010101 | 101111 | 10101 | 1001010 | 11110 |
Color Harmonies of #863C14
Complementary color
Monochromatic Colors of #863C14
Black with #863C14
Text Example
Text Example
White with #863C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C14; }
p { color: rgb(134,60,20); }
H1.HeaderClassName
{
color: #863C14;
}
.AnyTagClassName
{
color: #863C14;
}
</style>
background-color css
<style>
a { background-color: #863C14; }
a { background-color: rgb(134,60,20); }
div.DivClassName
{
background-color: #863C14;
}
.BgClassName
{
background-color: #863C14;
}
</style>
border-color css
<style>
span { border-color: #863C14; }
span { border-color: rgb(134,60,20); }
td.TdClassName
{
border-color: #863C14;
}
.TagClassName
{
border-color: #863C14;
}
</style>