Shades of Saddle Brown #863A0D
Tints of Saddle Brown #863A0D
RGB
CMYK
RGB Variations
Color information
#863A0D (or 0x863A0D) is known color: Saddle Brown. HEX triplet: 86, 3A and 0D. RGB value is (134,58,13). Sum of RGB (Red+Green+Blue) = 134+58+13=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #863A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863A0D is #79C5F2. Grayscale: #4B4B4B. Windows color (decimal): -7980531 or 866950. OLE color: 866950.
HSL color Cylindrical-coordinate representation of color #863A0D: hue angle of 22.31º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #863A0D is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 58 | 13 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.47 |
| HSL | 22.31º | 0.82% | 0.29% | - |
| HSV(B) | 22.31º | 0.9% | 0.53% | - |
| XYZ | 11.42 | 8.12 | 1.35 | - |
| YUV | 75.59 | 92.68 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 13 | 0 | 0.57 | 0.90 | 0.47 | 22.31 | 0.82 | 0.29 |
| Hex | 86 | 3A | D | 0 | 39 | 5A | 2F | 16 | 52 | 1D |
| Octal | 206 | 72 | 15 | 0 | 71 | 132 | 57 | 26 | 122 | 35 |
| Binary | 10000110 | 111010 | 1101 | 0 | 111001 | 1011010 | 101111 | 10110 | 1010010 | 11101 |
Color Harmonies of #863A0D
Complementary color
Monochromatic Colors of #863A0D
Black with #863A0D
Text Example
Text Example
White with #863A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863A0D; }
p { color: rgb(134,58,13); }
H1.HeaderClassName
{
color: #863A0D;
}
.AnyTagClassName
{
color: #863A0D;
}
</style>
background-color css
<style>
a { background-color: #863A0D; }
a { background-color: rgb(134,58,13); }
div.DivClassName
{
background-color: #863A0D;
}
.BgClassName
{
background-color: #863A0D;
}
</style>
border-color css
<style>
span { border-color: #863A0D; }
span { border-color: rgb(134,58,13); }
td.TdClassName
{
border-color: #863A0D;
}
.TagClassName
{
border-color: #863A0D;
}
</style>