Shades of Saddle Brown #86350D
Tints of Saddle Brown #86350D
RGB
CMYK
RGB Variations
Color information
#86350D (or 0x86350D) is known color: Saddle Brown. HEX triplet: 86, 35 and 0D. RGB value is (134,53,13). Sum of RGB (Red+Green+Blue) = 134+53+13=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #86350D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86350D is #79CAF2. Grayscale: #484848. Windows color (decimal): -7981811 or 865670. OLE color: 865670.
HSL color Cylindrical-coordinate representation of color #86350D: hue angle of 19.83º 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 #86350D is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 53 | 13 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.47 |
| HSL | 19.83º | 0.82% | 0.29% | - |
| HSV(B) | 19.83º | 0.9% | 0.53% | - |
| XYZ | 11.18 | 7.64 | 1.27 | - |
| YUV | 72.66 | 94.34 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 53 | 13 | 0 | 0.60 | 0.90 | 0.47 | 19.83 | 0.82 | 0.29 |
| Hex | 86 | 35 | D | 0 | 3C | 5A | 2F | 14 | 52 | 1D |
| Octal | 206 | 65 | 15 | 0 | 74 | 132 | 57 | 24 | 122 | 35 |
| Binary | 10000110 | 110101 | 1101 | 0 | 111100 | 1011010 | 101111 | 10100 | 1010010 | 11101 |
Color Harmonies of #86350D
Complementary color
Monochromatic Colors of #86350D
Black with #86350D
Text Example
Text Example
White with #86350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86350D; }
p { color: rgb(134,53,13); }
H1.HeaderClassName
{
color: #86350D;
}
.AnyTagClassName
{
color: #86350D;
}
</style>
background-color css
<style>
a { background-color: #86350D; }
a { background-color: rgb(134,53,13); }
div.DivClassName
{
background-color: #86350D;
}
.BgClassName
{
background-color: #86350D;
}
</style>
border-color css
<style>
span { border-color: #86350D; }
span { border-color: rgb(134,53,13); }
td.TdClassName
{
border-color: #86350D;
}
.TagClassName
{
border-color: #86350D;
}
</style>