Shades of Saddle Brown #86330A
Tints of Saddle Brown #86330A
RGB
CMYK
RGB Variations
Color information
#86330A (or 0x86330A) is known color: Saddle Brown. HEX triplet: 86, 33 and 0A. RGB value is (134,51,10). Sum of RGB (Red+Green+Blue) = 134+51+10=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #86330A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86330A is #79CCF5. Grayscale: #474747. Windows color (decimal): -7982326 or 668550. OLE color: 668550.
HSL color Cylindrical-coordinate representation of color #86330A: hue angle of 19.84º 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 #86330A is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 51 | 10 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.47 |
| HSL | 19.84º | 0.86% | 0.28% | - |
| HSV(B) | 19.84º | 0.93% | 0.53% | - |
| XYZ | 11.07 | 7.46 | 1.14 | - |
| YUV | 71.14 | 93.5 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 51 | 10 | 0 | 0.62 | 0.93 | 0.47 | 19.84 | 0.86 | 0.28 |
| Hex | 86 | 33 | A | 0 | 3E | 5D | 2F | 14 | 56 | 1C |
| Octal | 206 | 63 | 12 | 0 | 76 | 135 | 57 | 24 | 126 | 34 |
| Binary | 10000110 | 110011 | 1010 | 0 | 111110 | 1011101 | 101111 | 10100 | 1010110 | 11100 |
Color Harmonies of #86330A
Complementary color
Monochromatic Colors of #86330A
Black with #86330A
Text Example
Text Example
White with #86330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86330A; }
p { color: rgb(134,51,10); }
H1.HeaderClassName
{
color: #86330A;
}
.AnyTagClassName
{
color: #86330A;
}
</style>
background-color css
<style>
a { background-color: #86330A; }
a { background-color: rgb(134,51,10); }
div.DivClassName
{
background-color: #86330A;
}
.BgClassName
{
background-color: #86330A;
}
</style>
border-color css
<style>
span { border-color: #86330A; }
span { border-color: rgb(134,51,10); }
td.TdClassName
{
border-color: #86330A;
}
.TagClassName
{
border-color: #86330A;
}
</style>