Shades of Saddle Brown #803C0E
Tints of Saddle Brown #803C0E
RGB
CMYK
RGB Variations
Color information
#803C0E (or 0x803C0E) is known color: Saddle Brown. HEX triplet: 80, 3C and 0E. RGB value is (128,60,14). Sum of RGB (Red+Green+Blue) = 128+60+14=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #803C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803C0E is #7FC3F1. Grayscale: #4B4B4B. Windows color (decimal): -8373234 or 932992. OLE color: 932992.
HSL color Cylindrical-coordinate representation of color #803C0E: hue angle of 24.21º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #803C0E is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 60 | 14 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.50 |
| HSL | 24.21º | 0.8% | 0.28% | - |
| HSV(B) | 24.21º | 0.89% | 0.5% | - |
| XYZ | 10.6 | 7.85 | 1.37 | - |
| YUV | 75.09 | 93.53 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 14 | 0 | 0.53 | 0.89 | 0.50 | 24.21 | 0.8 | 0.28 |
| Hex | 80 | 3C | E | 0 | 35 | 59 | 32 | 18 | 50 | 1C |
| Octal | 200 | 74 | 16 | 0 | 65 | 131 | 62 | 30 | 120 | 34 |
| Binary | 10000000 | 111100 | 1110 | 0 | 110101 | 1011001 | 110010 | 11000 | 1010000 | 11100 |
Color Harmonies of #803C0E
Complementary color
Monochromatic Colors of #803C0E
Black with #803C0E
Text Example
Text Example
White with #803C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C0E; }
p { color: rgb(128,60,14); }
H1.HeaderClassName
{
color: #803C0E;
}
.AnyTagClassName
{
color: #803C0E;
}
</style>
background-color css
<style>
a { background-color: #803C0E; }
a { background-color: rgb(128,60,14); }
div.DivClassName
{
background-color: #803C0E;
}
.BgClassName
{
background-color: #803C0E;
}
</style>
border-color css
<style>
span { border-color: #803C0E; }
span { border-color: rgb(128,60,14); }
td.TdClassName
{
border-color: #803C0E;
}
.TagClassName
{
border-color: #803C0E;
}
</style>