Shades of Saddle Brown #863C07
Tints of Saddle Brown #863C07
RGB
CMYK
RGB Variations
Color information
#863C07 (or 0x863C07) is known color: Saddle Brown. HEX triplet: 86, 3C and 07. RGB value is (134,60,7). Sum of RGB (Red+Green+Blue) = 134+60+7=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #863C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863C07 is #79C3F8. Grayscale: #4C4C4C. Windows color (decimal): -7980025 or 474246. OLE color: 474246.
HSL color Cylindrical-coordinate representation of color #863C07: hue angle of 25.04º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #863C07 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 7 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.47 |
| HSL | 25.04º | 0.9% | 0.28% | - |
| HSV(B) | 25.04º | 0.95% | 0.53% | - |
| XYZ | 11.49 | 8.32 | 1.2 | - |
| YUV | 76.08 | 89.02 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 7 | 0 | 0.55 | 0.95 | 0.47 | 25.04 | 0.9 | 0.28 |
| Hex | 86 | 3C | 7 | 0 | 37 | 5F | 2F | 19 | 5A | 1C |
| Octal | 206 | 74 | 7 | 0 | 67 | 137 | 57 | 31 | 132 | 34 |
| Binary | 10000110 | 111100 | 111 | 0 | 110111 | 1011111 | 101111 | 11001 | 1011010 | 11100 |
Color Harmonies of #863C07
Complementary color
Monochromatic Colors of #863C07
Black with #863C07
Text Example
Text Example
White with #863C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C07; }
p { color: rgb(134,60,7); }
H1.HeaderClassName
{
color: #863C07;
}
.AnyTagClassName
{
color: #863C07;
}
</style>
background-color css
<style>
a { background-color: #863C07; }
a { background-color: rgb(134,60,7); }
div.DivClassName
{
background-color: #863C07;
}
.BgClassName
{
background-color: #863C07;
}
</style>
border-color css
<style>
span { border-color: #863C07; }
span { border-color: rgb(134,60,7); }
td.TdClassName
{
border-color: #863C07;
}
.TagClassName
{
border-color: #863C07;
}
</style>