Shades of Saddle Brown #863B0F
Tints of Saddle Brown #863B0F
RGB
CMYK
RGB Variations
Color information
#863B0F (or 0x863B0F) is known color: Saddle Brown. HEX triplet: 86, 3B and 0F. RGB value is (134,59,15). Sum of RGB (Red+Green+Blue) = 134+59+15=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #863B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863B0F is #79C4F0. Grayscale: #4C4C4C. Windows color (decimal): -7980273 or 998278. OLE color: 998278.
HSL color Cylindrical-coordinate representation of color #863B0F: hue angle of 22.18º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #863B0F is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 59 | 15 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.47 |
| HSL | 22.18º | 0.8% | 0.29% | - |
| HSV(B) | 22.18º | 0.89% | 0.53% | - |
| XYZ | 11.48 | 8.23 | 1.44 | - |
| YUV | 76.41 | 93.35 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 59 | 15 | 0 | 0.56 | 0.89 | 0.47 | 22.18 | 0.8 | 0.29 |
| Hex | 86 | 3B | F | 0 | 38 | 59 | 2F | 16 | 50 | 1D |
| Octal | 206 | 73 | 17 | 0 | 70 | 131 | 57 | 26 | 120 | 35 |
| Binary | 10000110 | 111011 | 1111 | 0 | 111000 | 1011001 | 101111 | 10110 | 1010000 | 11101 |
Color Harmonies of #863B0F
Complementary color
Monochromatic Colors of #863B0F
Black with #863B0F
Text Example
Text Example
White with #863B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863B0F; }
p { color: rgb(134,59,15); }
H1.HeaderClassName
{
color: #863B0F;
}
.AnyTagClassName
{
color: #863B0F;
}
</style>
background-color css
<style>
a { background-color: #863B0F; }
a { background-color: rgb(134,59,15); }
div.DivClassName
{
background-color: #863B0F;
}
.BgClassName
{
background-color: #863B0F;
}
</style>
border-color css
<style>
span { border-color: #863B0F; }
span { border-color: rgb(134,59,15); }
td.TdClassName
{
border-color: #863B0F;
}
.TagClassName
{
border-color: #863B0F;
}
</style>