Shades of Saddle Brown #86310B
Tints of Saddle Brown #86310B
RGB
CMYK
RGB Variations
Color information
#86310B (or 0x86310B) is known color: Saddle Brown. HEX triplet: 86, 31 and 0B. RGB value is (134,49,11). Sum of RGB (Red+Green+Blue) = 134+49+11=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #86310B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86310B is #79CEF4. Grayscale: #464646. Windows color (decimal): -7982837 or 733574. OLE color: 733574.
HSL color Cylindrical-coordinate representation of color #86310B: hue angle of 18.54º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86310B is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 49 | 11 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.47 |
| HSL | 18.54º | 0.85% | 0.28% | - |
| HSV(B) | 18.54º | 0.92% | 0.53% | - |
| XYZ | 10.99 | 7.29 | 1.14 | - |
| YUV | 70.08 | 94.66 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 11 | 0 | 0.63 | 0.92 | 0.47 | 18.54 | 0.85 | 0.28 |
| Hex | 86 | 31 | B | 0 | 3F | 5C | 2F | 13 | 55 | 1C |
| Octal | 206 | 61 | 13 | 0 | 77 | 134 | 57 | 23 | 125 | 34 |
| Binary | 10000110 | 110001 | 1011 | 0 | 111111 | 1011100 | 101111 | 10011 | 1010101 | 11100 |
Color Harmonies of #86310B
Complementary color
Monochromatic Colors of #86310B
Black with #86310B
Text Example
Text Example
White with #86310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86310B; }
p { color: rgb(134,49,11); }
H1.HeaderClassName
{
color: #86310B;
}
.AnyTagClassName
{
color: #86310B;
}
</style>
background-color css
<style>
a { background-color: #86310B; }
a { background-color: rgb(134,49,11); }
div.DivClassName
{
background-color: #86310B;
}
.BgClassName
{
background-color: #86310B;
}
</style>
border-color css
<style>
span { border-color: #86310B; }
span { border-color: rgb(134,49,11); }
td.TdClassName
{
border-color: #86310B;
}
.TagClassName
{
border-color: #86310B;
}
</style>