Shades of Saddle Brown #863F0F
Tints of Saddle Brown #863F0F
RGB
CMYK
RGB Variations
Color information
#863F0F (or 0x863F0F) is known color: Saddle Brown. HEX triplet: 86, 3F and 0F. RGB value is (134,63,15). Sum of RGB (Red+Green+Blue) = 134+63+15=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #863F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863F0F is #79C0F0. Grayscale: #4F4F4F. Windows color (decimal): -7979249 or 999302. OLE color: 999302.
HSL color Cylindrical-coordinate representation of color #863F0F: hue angle of 24.2º 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 #863F0F is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 63 | 15 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.47 |
| HSL | 24.2º | 0.8% | 0.29% | - |
| HSV(B) | 24.2º | 0.89% | 0.53% | - |
| XYZ | 11.7 | 8.66 | 1.51 | - |
| YUV | 78.76 | 92.02 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 15 | 0 | 0.53 | 0.89 | 0.47 | 24.2 | 0.8 | 0.29 |
| Hex | 86 | 3F | F | 0 | 35 | 59 | 2F | 18 | 50 | 1D |
| Octal | 206 | 77 | 17 | 0 | 65 | 131 | 57 | 30 | 120 | 35 |
| Binary | 10000110 | 111111 | 1111 | 0 | 110101 | 1011001 | 101111 | 11000 | 1010000 | 11101 |
Color Harmonies of #863F0F
Complementary color
Monochromatic Colors of #863F0F
Black with #863F0F
Text Example
Text Example
White with #863F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863F0F; }
p { color: rgb(134,63,15); }
H1.HeaderClassName
{
color: #863F0F;
}
.AnyTagClassName
{
color: #863F0F;
}
</style>
background-color css
<style>
a { background-color: #863F0F; }
a { background-color: rgb(134,63,15); }
div.DivClassName
{
background-color: #863F0F;
}
.BgClassName
{
background-color: #863F0F;
}
</style>
border-color css
<style>
span { border-color: #863F0F; }
span { border-color: rgb(134,63,15); }
td.TdClassName
{
border-color: #863F0F;
}
.TagClassName
{
border-color: #863F0F;
}
</style>