Shades of Saddle Brown #86390B
Tints of Saddle Brown #86390B
RGB
CMYK
RGB Variations
Color information
#86390B (or 0x86390B) is known color: Saddle Brown. HEX triplet: 86, 39 and 0B. RGB value is (134,57,11). Sum of RGB (Red+Green+Blue) = 134+57+11=202 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.34% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 134 - color contains mainly: red. Hex color #86390B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86390B is #79C6F4. Grayscale: #4B4B4B. Windows color (decimal): -7980789 or 735622. OLE color: 735622.
HSL color Cylindrical-coordinate representation of color #86390B: hue angle of 22.44º 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 #86390B is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 57 | 11 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.47 |
| HSL | 22.44º | 0.85% | 0.28% | - |
| HSV(B) | 22.44º | 0.92% | 0.53% | - |
| XYZ | 11.36 | 8.02 | 1.27 | - |
| YUV | 74.78 | 92.01 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 57 | 11 | 0 | 0.57 | 0.92 | 0.47 | 22.44 | 0.85 | 0.28 |
| Hex | 86 | 39 | B | 0 | 39 | 5C | 2F | 16 | 55 | 1C |
| Octal | 206 | 71 | 13 | 0 | 71 | 134 | 57 | 26 | 125 | 34 |
| Binary | 10000110 | 111001 | 1011 | 0 | 111001 | 1011100 | 101111 | 10110 | 1010101 | 11100 |
Color Harmonies of #86390B
Complementary color
Monochromatic Colors of #86390B
Black with #86390B
Text Example
Text Example
White with #86390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86390B; }
p { color: rgb(134,57,11); }
H1.HeaderClassName
{
color: #86390B;
}
.AnyTagClassName
{
color: #86390B;
}
</style>
background-color css
<style>
a { background-color: #86390B; }
a { background-color: rgb(134,57,11); }
div.DivClassName
{
background-color: #86390B;
}
.BgClassName
{
background-color: #86390B;
}
</style>
border-color css
<style>
span { border-color: #86390B; }
span { border-color: rgb(134,57,11); }
td.TdClassName
{
border-color: #86390B;
}
.TagClassName
{
border-color: #86390B;
}
</style>