Shades of Saddle Brown #863F18
Tints of Saddle Brown #863F18
RGB
CMYK
RGB Variations
Color information
#863F18 (or 0x863F18) is known color: Saddle Brown. HEX triplet: 86, 3F and 18. RGB value is (134,63,24). Sum of RGB (Red+Green+Blue) = 134+63+24=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #863F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863F18 is #79C0E7. Grayscale: #505050. Windows color (decimal): -7979240 or 1589126. OLE color: 1589126.
HSL color Cylindrical-coordinate representation of color #863F18: hue angle of 21.27º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #863F18 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 63 | 24 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.47 |
| HSL | 21.27º | 0.7% | 0.31% | - |
| HSV(B) | 21.27º | 0.82% | 0.53% | - |
| XYZ | 11.77 | 8.69 | 1.92 | - |
| YUV | 79.78 | 96.52 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 24 | 0 | 0.53 | 0.82 | 0.47 | 21.27 | 0.7 | 0.31 |
| Hex | 86 | 3F | 18 | 0 | 35 | 52 | 2F | 15 | 46 | 1F |
| Octal | 206 | 77 | 30 | 0 | 65 | 122 | 57 | 25 | 106 | 37 |
| Binary | 10000110 | 111111 | 11000 | 0 | 110101 | 1010010 | 101111 | 10101 | 1000110 | 11111 |
Color Harmonies of #863F18
Complementary color
Monochromatic Colors of #863F18
Black with #863F18
Text Example
Text Example
White with #863F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863F18; }
p { color: rgb(134,63,24); }
H1.HeaderClassName
{
color: #863F18;
}
.AnyTagClassName
{
color: #863F18;
}
</style>
background-color css
<style>
a { background-color: #863F18; }
a { background-color: rgb(134,63,24); }
div.DivClassName
{
background-color: #863F18;
}
.BgClassName
{
background-color: #863F18;
}
</style>
border-color css
<style>
span { border-color: #863F18; }
span { border-color: rgb(134,63,24); }
td.TdClassName
{
border-color: #863F18;
}
.TagClassName
{
border-color: #863F18;
}
</style>