Shades of Saddle Brown #86320A
Tints of Saddle Brown #86320A
RGB
CMYK
RGB Variations
Color information
#86320A (or 0x86320A) is known color: Saddle Brown. HEX triplet: 86, 32 and 0A. RGB value is (134,50,10). Sum of RGB (Red+Green+Blue) = 134+50+10=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #86320A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86320A is #79CDF5. Grayscale: #464646. Windows color (decimal): -7982582 or 668294. OLE color: 668294.
HSL color Cylindrical-coordinate representation of color #86320A: hue angle of 19.35º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86320A is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 50 | 10 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.47 |
| HSL | 19.35º | 0.86% | 0.28% | - |
| HSV(B) | 19.35º | 0.93% | 0.53% | - |
| XYZ | 11.03 | 7.37 | 1.13 | - |
| YUV | 70.56 | 93.83 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 10 | 0 | 0.63 | 0.93 | 0.47 | 19.35 | 0.86 | 0.28 |
| Hex | 86 | 32 | A | 0 | 3F | 5D | 2F | 13 | 56 | 1C |
| Octal | 206 | 62 | 12 | 0 | 77 | 135 | 57 | 23 | 126 | 34 |
| Binary | 10000110 | 110010 | 1010 | 0 | 111111 | 1011101 | 101111 | 10011 | 1010110 | 11100 |
Color Harmonies of #86320A
Complementary color
Monochromatic Colors of #86320A
Black with #86320A
Text Example
Text Example
White with #86320A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86320A; }
p { color: rgb(134,50,10); }
H1.HeaderClassName
{
color: #86320A;
}
.AnyTagClassName
{
color: #86320A;
}
</style>
background-color css
<style>
a { background-color: #86320A; }
a { background-color: rgb(134,50,10); }
div.DivClassName
{
background-color: #86320A;
}
.BgClassName
{
background-color: #86320A;
}
</style>
border-color css
<style>
span { border-color: #86320A; }
span { border-color: rgb(134,50,10); }
td.TdClassName
{
border-color: #86320A;
}
.TagClassName
{
border-color: #86320A;
}
</style>