Shades of Saddle Brown #86390C
Tints of Saddle Brown #86390C
RGB
CMYK
RGB Variations
Color information
#86390C (or 0x86390C) is known color: Saddle Brown. HEX triplet: 86, 39 and 0C. RGB value is (134,57,12). Sum of RGB (Red+Green+Blue) = 134+57+12=203 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.01% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 134 - color contains mainly: red. Hex color #86390C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86390C is #79C6F3. Grayscale: #4B4B4B. Windows color (decimal): -7980788 or 801158. OLE color: 801158.
HSL color Cylindrical-coordinate representation of color #86390C: hue angle of 22.13º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86390C is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 57 | 12 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.47 |
| HSL | 22.13º | 0.84% | 0.29% | - |
| HSV(B) | 22.13º | 0.91% | 0.53% | - |
| XYZ | 11.36 | 8.02 | 1.3 | - |
| YUV | 74.89 | 92.51 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 57 | 12 | 0 | 0.57 | 0.91 | 0.47 | 22.13 | 0.84 | 0.29 |
| Hex | 86 | 39 | C | 0 | 39 | 5B | 2F | 16 | 54 | 1D |
| Octal | 206 | 71 | 14 | 0 | 71 | 133 | 57 | 26 | 124 | 35 |
| Binary | 10000110 | 111001 | 1100 | 0 | 111001 | 1011011 | 101111 | 10110 | 1010100 | 11101 |
Color Harmonies of #86390C
Complementary color
Monochromatic Colors of #86390C
Black with #86390C
Text Example
Text Example
White with #86390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86390C; }
p { color: rgb(134,57,12); }
H1.HeaderClassName
{
color: #86390C;
}
.AnyTagClassName
{
color: #86390C;
}
</style>
background-color css
<style>
a { background-color: #86390C; }
a { background-color: rgb(134,57,12); }
div.DivClassName
{
background-color: #86390C;
}
.BgClassName
{
background-color: #86390C;
}
</style>
border-color css
<style>
span { border-color: #86390C; }
span { border-color: rgb(134,57,12); }
td.TdClassName
{
border-color: #86390C;
}
.TagClassName
{
border-color: #86390C;
}
</style>