Shades of Saddle Brown #863600
Tints of Saddle Brown #863600
RGB
CMYK
RGB Variations
Color information
#863600 (or 0x863600) is known color: Saddle Brown. HEX triplet: 86, 36 and 00. RGB value is (134,54,0). Sum of RGB (Red+Green+Blue) = 134+54+0=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #863600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863600 is #79C9FF. Grayscale: #484848. Windows color (decimal): -7981568 or 13958. OLE color: 13958.
HSL color Cylindrical-coordinate representation of color #863600: hue angle of 24.18º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #863600 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 54 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.47 |
| HSL | 24.18º | 1% | 0.26% | - |
| HSV(B) | 24.18º | 1% | 0.53% | - |
| XYZ | 11.15 | 7.71 | 0.9 | - |
| YUV | 71.76 | 87.5 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 54 | 0 | 0 | 0.60 | 1 | 0.47 | 24.18 | 1 | 0.26 |
| Hex | 86 | 36 | 0 | 0 | 3C | 64 | 2F | 18 | 64 | 1A |
| Octal | 206 | 66 | 0 | 0 | 74 | 144 | 57 | 30 | 144 | 32 |
| Binary | 10000110 | 110110 | 0 | 0 | 111100 | 1100100 | 101111 | 11000 | 1100100 | 11010 |
Color Harmonies of #863600
Complementary color
Monochromatic Colors of #863600
Black with #863600
Text Example
Text Example
White with #863600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863600; }
p { color: rgb(134,54,0); }
H1.HeaderClassName
{
color: #863600;
}
.AnyTagClassName
{
color: #863600;
}
</style>
background-color css
<style>
a { background-color: #863600; }
a { background-color: rgb(134,54,0); }
div.DivClassName
{
background-color: #863600;
}
.BgClassName
{
background-color: #863600;
}
</style>
border-color css
<style>
span { border-color: #863600; }
span { border-color: rgb(134,54,0); }
td.TdClassName
{
border-color: #863600;
}
.TagClassName
{
border-color: #863600;
}
</style>