Shades of Saddle Brown #863C0D
Tints of Saddle Brown #863C0D
RGB
CMYK
RGB Variations
Color information
#863C0D (or 0x863C0D) is known color: Saddle Brown. HEX triplet: 86, 3C and 0D. RGB value is (134,60,13). Sum of RGB (Red+Green+Blue) = 134+60+13=207 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.73% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 134 - color contains mainly: red. Hex color #863C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863C0D is #79C3F2. Grayscale: #4D4D4D. Windows color (decimal): -7980019 or 867462. OLE color: 867462.
HSL color Cylindrical-coordinate representation of color #863C0D: hue angle of 23.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 #863C0D is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 13 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.47 |
| HSL | 23.31º | 0.82% | 0.29% | - |
| HSV(B) | 23.31º | 0.9% | 0.53% | - |
| XYZ | 11.52 | 8.33 | 1.38 | - |
| YUV | 76.77 | 92.02 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 13 | 0 | 0.55 | 0.90 | 0.47 | 23.31 | 0.82 | 0.29 |
| Hex | 86 | 3C | D | 0 | 37 | 5A | 2F | 17 | 52 | 1D |
| Octal | 206 | 74 | 15 | 0 | 67 | 132 | 57 | 27 | 122 | 35 |
| Binary | 10000110 | 111100 | 1101 | 0 | 110111 | 1011010 | 101111 | 10111 | 1010010 | 11101 |
Color Harmonies of #863C0D
Complementary color
Monochromatic Colors of #863C0D
Black with #863C0D
Text Example
Text Example
White with #863C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C0D; }
p { color: rgb(134,60,13); }
H1.HeaderClassName
{
color: #863C0D;
}
.AnyTagClassName
{
color: #863C0D;
}
</style>
background-color css
<style>
a { background-color: #863C0D; }
a { background-color: rgb(134,60,13); }
div.DivClassName
{
background-color: #863C0D;
}
.BgClassName
{
background-color: #863C0D;
}
</style>
border-color css
<style>
span { border-color: #863C0D; }
span { border-color: rgb(134,60,13); }
td.TdClassName
{
border-color: #863C0D;
}
.TagClassName
{
border-color: #863C0D;
}
</style>