Shades of Saddle Brown #86330B
Tints of Saddle Brown #86330B
RGB
CMYK
RGB Variations
Color information
#86330B (or 0x86330B) is known color: Saddle Brown. HEX triplet: 86, 33 and 0B. RGB value is (134,51,11). Sum of RGB (Red+Green+Blue) = 134+51+11=196 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.37% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 11 (4.69% from 255 or 5.61% from 196); Max value from RGB is 134 - color contains mainly: red. Hex color #86330B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86330B is #79CCF4. Grayscale: #474747. Windows color (decimal): -7982325 or 734086. OLE color: 734086.
HSL color Cylindrical-coordinate representation of color #86330B: hue angle of 19.51º 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 #86330B is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 51 | 11 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.47 |
| HSL | 19.51º | 0.85% | 0.28% | - |
| HSV(B) | 19.51º | 0.92% | 0.53% | - |
| XYZ | 11.08 | 7.46 | 1.17 | - |
| YUV | 71.26 | 94 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 51 | 11 | 0 | 0.62 | 0.92 | 0.47 | 19.51 | 0.85 | 0.28 |
| Hex | 86 | 33 | B | 0 | 3E | 5C | 2F | 14 | 55 | 1C |
| Octal | 206 | 63 | 13 | 0 | 76 | 134 | 57 | 24 | 125 | 34 |
| Binary | 10000110 | 110011 | 1011 | 0 | 111110 | 1011100 | 101111 | 10100 | 1010101 | 11100 |
Color Harmonies of #86330B
Complementary color
Monochromatic Colors of #86330B
Black with #86330B
Text Example
Text Example
White with #86330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86330B; }
p { color: rgb(134,51,11); }
H1.HeaderClassName
{
color: #86330B;
}
.AnyTagClassName
{
color: #86330B;
}
</style>
background-color css
<style>
a { background-color: #86330B; }
a { background-color: rgb(134,51,11); }
div.DivClassName
{
background-color: #86330B;
}
.BgClassName
{
background-color: #86330B;
}
</style>
border-color css
<style>
span { border-color: #86330B; }
span { border-color: rgb(134,51,11); }
td.TdClassName
{
border-color: #86330B;
}
.TagClassName
{
border-color: #86330B;
}
</style>