Shades of Saddle Brown #863F15
Tints of Saddle Brown #863F15
RGB
CMYK
RGB Variations
Color information
#863F15 (or 0x863F15) is known color: Saddle Brown. HEX triplet: 86, 3F and 15. RGB value is (134,63,21). Sum of RGB (Red+Green+Blue) = 134+63+21=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #863F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863F15 is #79C0EA. Grayscale: #4F4F4F. Windows color (decimal): -7979243 or 1392518. OLE color: 1392518.
HSL color Cylindrical-coordinate representation of color #863F15: hue angle of 22.3º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #863F15 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 63 | 21 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.47 |
| HSL | 22.3º | 0.73% | 0.3% | - |
| HSV(B) | 22.3º | 0.84% | 0.53% | - |
| XYZ | 11.74 | 8.68 | 1.77 | - |
| YUV | 79.44 | 95.02 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 21 | 0 | 0.53 | 0.84 | 0.47 | 22.3 | 0.73 | 0.3 |
| Hex | 86 | 3F | 15 | 0 | 35 | 54 | 2F | 16 | 49 | 1E |
| Octal | 206 | 77 | 25 | 0 | 65 | 124 | 57 | 26 | 111 | 36 |
| Binary | 10000110 | 111111 | 10101 | 0 | 110101 | 1010100 | 101111 | 10110 | 1001001 | 11110 |
Color Harmonies of #863F15
Complementary color
Monochromatic Colors of #863F15
Black with #863F15
Text Example
Text Example
White with #863F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863F15; }
p { color: rgb(134,63,21); }
H1.HeaderClassName
{
color: #863F15;
}
.AnyTagClassName
{
color: #863F15;
}
</style>
background-color css
<style>
a { background-color: #863F15; }
a { background-color: rgb(134,63,21); }
div.DivClassName
{
background-color: #863F15;
}
.BgClassName
{
background-color: #863F15;
}
</style>
border-color css
<style>
span { border-color: #863F15; }
span { border-color: rgb(134,63,21); }
td.TdClassName
{
border-color: #863F15;
}
.TagClassName
{
border-color: #863F15;
}
</style>