Shades of Saddle Brown #864013
Tints of Saddle Brown #864013
RGB
CMYK
RGB Variations
Color information
#864013 (or 0x864013) is known color: Saddle Brown. HEX triplet: 86, 40 and 13. RGB value is (134,64,19). Sum of RGB (Red+Green+Blue) = 134+64+19=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #864013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864013 is #79BFEC. Grayscale: #505050. Windows color (decimal): -7978989 or 1261702. OLE color: 1261702.
HSL color Cylindrical-coordinate representation of color #864013: hue angle of 23.48º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #864013 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 64 | 19 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.47 |
| HSL | 23.48º | 0.75% | 0.3% | - |
| HSV(B) | 23.48º | 0.86% | 0.53% | - |
| XYZ | 11.78 | 8.78 | 1.69 | - |
| YUV | 79.8 | 93.69 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 64 | 19 | 0 | 0.52 | 0.86 | 0.47 | 23.48 | 0.75 | 0.3 |
| Hex | 86 | 40 | 13 | 0 | 34 | 56 | 2F | 17 | 4B | 1E |
| Octal | 206 | 100 | 23 | 0 | 64 | 126 | 57 | 27 | 113 | 36 |
| Binary | 10000110 | 1000000 | 10011 | 0 | 110100 | 1010110 | 101111 | 10111 | 1001011 | 11110 |
Color Harmonies of #864013
Complementary color
Monochromatic Colors of #864013
Black with #864013
Text Example
Text Example
White with #864013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864013; }
p { color: rgb(134,64,19); }
H1.HeaderClassName
{
color: #864013;
}
.AnyTagClassName
{
color: #864013;
}
</style>
background-color css
<style>
a { background-color: #864013; }
a { background-color: rgb(134,64,19); }
div.DivClassName
{
background-color: #864013;
}
.BgClassName
{
background-color: #864013;
}
</style>
border-color css
<style>
span { border-color: #864013; }
span { border-color: rgb(134,64,19); }
td.TdClassName
{
border-color: #864013;
}
.TagClassName
{
border-color: #864013;
}
</style>