Shades of Saddle Brown #863F16
Tints of Saddle Brown #863F16
RGB
CMYK
RGB Variations
Color information
#863F16 (or 0x863F16) is known color: Saddle Brown. HEX triplet: 86, 3F and 16. RGB value is (134,63,22). Sum of RGB (Red+Green+Blue) = 134+63+22=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #863F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863F16 is #79C0E9. Grayscale: #4F4F4F. Windows color (decimal): -7979242 or 1458054. OLE color: 1458054.
HSL color Cylindrical-coordinate representation of color #863F16: hue angle of 21.96º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #863F16 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 63 | 22 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.47 |
| HSL | 21.96º | 0.72% | 0.31% | - |
| HSV(B) | 21.96º | 0.84% | 0.53% | - |
| XYZ | 11.75 | 8.68 | 1.82 | - |
| YUV | 79.56 | 95.52 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 22 | 0 | 0.53 | 0.84 | 0.47 | 21.96 | 0.72 | 0.31 |
| Hex | 86 | 3F | 16 | 0 | 35 | 54 | 2F | 16 | 48 | 1F |
| Octal | 206 | 77 | 26 | 0 | 65 | 124 | 57 | 26 | 110 | 37 |
| Binary | 10000110 | 111111 | 10110 | 0 | 110101 | 1010100 | 101111 | 10110 | 1001000 | 11111 |
Color Harmonies of #863F16
Complementary color
Monochromatic Colors of #863F16
Black with #863F16
Text Example
Text Example
White with #863F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863F16; }
p { color: rgb(134,63,22); }
H1.HeaderClassName
{
color: #863F16;
}
.AnyTagClassName
{
color: #863F16;
}
</style>
background-color css
<style>
a { background-color: #863F16; }
a { background-color: rgb(134,63,22); }
div.DivClassName
{
background-color: #863F16;
}
.BgClassName
{
background-color: #863F16;
}
</style>
border-color css
<style>
span { border-color: #863F16; }
span { border-color: rgb(134,63,22); }
td.TdClassName
{
border-color: #863F16;
}
.TagClassName
{
border-color: #863F16;
}
</style>