Shades of Saddle Brown #86400D
Tints of Saddle Brown #86400D
RGB
CMYK
RGB Variations
Color information
#86400D (or 0x86400D) is known color: Saddle Brown. HEX triplet: 86, 40 and 0D. RGB value is (134,64,13). Sum of RGB (Red+Green+Blue) = 134+64+13=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #86400D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86400D is #79BFF2. Grayscale: #4F4F4F. Windows color (decimal): -7978995 or 868486. OLE color: 868486.
HSL color Cylindrical-coordinate representation of color #86400D: hue angle of 25.29º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86400D is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 64 | 13 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.47 |
| HSL | 25.29º | 0.82% | 0.29% | - |
| HSV(B) | 25.29º | 0.9% | 0.53% | - |
| XYZ | 11.74 | 8.76 | 1.45 | - |
| YUV | 79.12 | 90.69 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 64 | 13 | 0 | 0.52 | 0.90 | 0.47 | 25.29 | 0.82 | 0.29 |
| Hex | 86 | 40 | D | 0 | 34 | 5A | 2F | 19 | 52 | 1D |
| Octal | 206 | 100 | 15 | 0 | 64 | 132 | 57 | 31 | 122 | 35 |
| Binary | 10000110 | 1000000 | 1101 | 0 | 110100 | 1011010 | 101111 | 11001 | 1010010 | 11101 |
Color Harmonies of #86400D
Complementary color
Monochromatic Colors of #86400D
Black with #86400D
Text Example
Text Example
White with #86400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86400D; }
p { color: rgb(134,64,13); }
H1.HeaderClassName
{
color: #86400D;
}
.AnyTagClassName
{
color: #86400D;
}
</style>
background-color css
<style>
a { background-color: #86400D; }
a { background-color: rgb(134,64,13); }
div.DivClassName
{
background-color: #86400D;
}
.BgClassName
{
background-color: #86400D;
}
</style>
border-color css
<style>
span { border-color: #86400D; }
span { border-color: rgb(134,64,13); }
td.TdClassName
{
border-color: #86400D;
}
.TagClassName
{
border-color: #86400D;
}
</style>