Shades of Saddle Brown #86330C
Tints of Saddle Brown #86330C
RGB
CMYK
RGB Variations
Color information
#86330C (or 0x86330C) is known color: Saddle Brown. HEX triplet: 86, 33 and 0C. RGB value is (134,51,12). Sum of RGB (Red+Green+Blue) = 134+51+12=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #86330C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86330C is #79CCF3. Grayscale: #474747. Windows color (decimal): -7982324 or 799622. OLE color: 799622.
HSL color Cylindrical-coordinate representation of color #86330C: hue angle of 19.18º 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 #86330C is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 51 | 12 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.47 |
| HSL | 19.18º | 0.84% | 0.29% | - |
| HSV(B) | 19.18º | 0.91% | 0.53% | - |
| XYZ | 11.08 | 7.46 | 1.2 | - |
| YUV | 71.37 | 94.5 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 51 | 12 | 0 | 0.62 | 0.91 | 0.47 | 19.18 | 0.84 | 0.29 |
| Hex | 86 | 33 | C | 0 | 3E | 5B | 2F | 13 | 54 | 1D |
| Octal | 206 | 63 | 14 | 0 | 76 | 133 | 57 | 23 | 124 | 35 |
| Binary | 10000110 | 110011 | 1100 | 0 | 111110 | 1011011 | 101111 | 10011 | 1010100 | 11101 |
Color Harmonies of #86330C
Complementary color
Monochromatic Colors of #86330C
Black with #86330C
Text Example
Text Example
White with #86330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86330C; }
p { color: rgb(134,51,12); }
H1.HeaderClassName
{
color: #86330C;
}
.AnyTagClassName
{
color: #86330C;
}
</style>
background-color css
<style>
a { background-color: #86330C; }
a { background-color: rgb(134,51,12); }
div.DivClassName
{
background-color: #86330C;
}
.BgClassName
{
background-color: #86330C;
}
</style>
border-color css
<style>
span { border-color: #86330C; }
span { border-color: rgb(134,51,12); }
td.TdClassName
{
border-color: #86330C;
}
.TagClassName
{
border-color: #86330C;
}
</style>