Shades of Saddle Brown #863D0A
Tints of Saddle Brown #863D0A
RGB
CMYK
RGB Variations
Color information
#863D0A (or 0x863D0A) is known color: Saddle Brown. HEX triplet: 86, 3D and 0A. RGB value is (134,61,10). Sum of RGB (Red+Green+Blue) = 134+61+10=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #863D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863D0A is #79C2F5. Grayscale: #4D4D4D. Windows color (decimal): -7979766 or 671110. OLE color: 671110.
HSL color Cylindrical-coordinate representation of color #863D0A: hue angle of 24.68º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #863D0A is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 61 | 10 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.47 |
| HSL | 24.68º | 0.86% | 0.28% | - |
| HSV(B) | 24.68º | 0.93% | 0.53% | - |
| XYZ | 11.56 | 8.43 | 1.3 | - |
| YUV | 77.01 | 90.18 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 10 | 0 | 0.54 | 0.93 | 0.47 | 24.68 | 0.86 | 0.28 |
| Hex | 86 | 3D | A | 0 | 36 | 5D | 2F | 19 | 56 | 1C |
| Octal | 206 | 75 | 12 | 0 | 66 | 135 | 57 | 31 | 126 | 34 |
| Binary | 10000110 | 111101 | 1010 | 0 | 110110 | 1011101 | 101111 | 11001 | 1010110 | 11100 |
Color Harmonies of #863D0A
Complementary color
Monochromatic Colors of #863D0A
Black with #863D0A
Text Example
Text Example
White with #863D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863D0A; }
p { color: rgb(134,61,10); }
H1.HeaderClassName
{
color: #863D0A;
}
.AnyTagClassName
{
color: #863D0A;
}
</style>
background-color css
<style>
a { background-color: #863D0A; }
a { background-color: rgb(134,61,10); }
div.DivClassName
{
background-color: #863D0A;
}
.BgClassName
{
background-color: #863D0A;
}
</style>
border-color css
<style>
span { border-color: #863D0A; }
span { border-color: rgb(134,61,10); }
td.TdClassName
{
border-color: #863D0A;
}
.TagClassName
{
border-color: #863D0A;
}
</style>