Shades of Saddle Brown #863F10
Tints of Saddle Brown #863F10
RGB
CMYK
RGB Variations
Color information
#863F10 (or 0x863F10) is known color: Saddle Brown. HEX triplet: 86, 3F and 10. RGB value is (134,63,16). Sum of RGB (Red+Green+Blue) = 134+63+16=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #863F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863F10 is #79C0EF. Grayscale: #4F4F4F. Windows color (decimal): -7979248 or 1064838. OLE color: 1064838.
HSL color Cylindrical-coordinate representation of color #863F10: hue angle of 23.9º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #863F10 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 63 | 16 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.47 |
| HSL | 23.9º | 0.79% | 0.29% | - |
| HSV(B) | 23.9º | 0.88% | 0.53% | - |
| XYZ | 11.7 | 8.66 | 1.55 | - |
| YUV | 78.87 | 92.52 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 16 | 0 | 0.53 | 0.88 | 0.47 | 23.9 | 0.79 | 0.29 |
| Hex | 86 | 3F | 10 | 0 | 35 | 58 | 2F | 18 | 4F | 1D |
| Octal | 206 | 77 | 20 | 0 | 65 | 130 | 57 | 30 | 117 | 35 |
| Binary | 10000110 | 111111 | 10000 | 0 | 110101 | 1011000 | 101111 | 11000 | 1001111 | 11101 |
Color Harmonies of #863F10
Complementary color
Monochromatic Colors of #863F10
Black with #863F10
Text Example
Text Example
White with #863F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863F10; }
p { color: rgb(134,63,16); }
H1.HeaderClassName
{
color: #863F10;
}
.AnyTagClassName
{
color: #863F10;
}
</style>
background-color css
<style>
a { background-color: #863F10; }
a { background-color: rgb(134,63,16); }
div.DivClassName
{
background-color: #863F10;
}
.BgClassName
{
background-color: #863F10;
}
</style>
border-color css
<style>
span { border-color: #863F10; }
span { border-color: rgb(134,63,16); }
td.TdClassName
{
border-color: #863F10;
}
.TagClassName
{
border-color: #863F10;
}
</style>