Shades of Saddle Brown #86310F
Tints of Saddle Brown #86310F
RGB
CMYK
RGB Variations
Color information
#86310F (or 0x86310F) is known color: Saddle Brown. HEX triplet: 86, 31 and 0F. RGB value is (134,49,15). Sum of RGB (Red+Green+Blue) = 134+49+15=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #86310F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86310F is #79CEF0. Grayscale: #464646. Windows color (decimal): -7982833 or 995718. OLE color: 995718.
HSL color Cylindrical-coordinate representation of color #86310F: hue angle of 17.14º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86310F is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 49 | 15 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.47 |
| HSL | 17.14º | 0.8% | 0.29% | - |
| HSV(B) | 17.14º | 0.89% | 0.53% | - |
| XYZ | 11.02 | 7.3 | 1.28 | - |
| YUV | 70.54 | 96.66 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 15 | 0 | 0.63 | 0.89 | 0.47 | 17.14 | 0.8 | 0.29 |
| Hex | 86 | 31 | F | 0 | 3F | 59 | 2F | 11 | 50 | 1D |
| Octal | 206 | 61 | 17 | 0 | 77 | 131 | 57 | 21 | 120 | 35 |
| Binary | 10000110 | 110001 | 1111 | 0 | 111111 | 1011001 | 101111 | 10001 | 1010000 | 11101 |
Color Harmonies of #86310F
Complementary color
Monochromatic Colors of #86310F
Black with #86310F
Text Example
Text Example
White with #86310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86310F; }
p { color: rgb(134,49,15); }
H1.HeaderClassName
{
color: #86310F;
}
.AnyTagClassName
{
color: #86310F;
}
</style>
background-color css
<style>
a { background-color: #86310F; }
a { background-color: rgb(134,49,15); }
div.DivClassName
{
background-color: #86310F;
}
.BgClassName
{
background-color: #86310F;
}
</style>
border-color css
<style>
span { border-color: #86310F; }
span { border-color: rgb(134,49,15); }
td.TdClassName
{
border-color: #86310F;
}
.TagClassName
{
border-color: #86310F;
}
</style>