Shades of Saddle Brown #803A0E
Tints of Saddle Brown #803A0E
RGB
CMYK
RGB Variations
Color information
#803A0E (or 0x803A0E) is known color: Saddle Brown. HEX triplet: 80, 3A and 0E. RGB value is (128,58,14). Sum of RGB (Red+Green+Blue) = 128+58+14=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #803A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803A0E is #7FC5F1. Grayscale: #4A4A4A. Windows color (decimal): -8373746 or 932480. OLE color: 932480.
HSL color Cylindrical-coordinate representation of color #803A0E: hue angle of 23.16º 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 #803A0E is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 58 | 14 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.50 |
| HSL | 23.16º | 0.8% | 0.28% | - |
| HSV(B) | 23.16º | 0.89% | 0.5% | - |
| XYZ | 10.49 | 7.65 | 1.34 | - |
| YUV | 73.91 | 94.19 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 14 | 0 | 0.55 | 0.89 | 0.50 | 23.16 | 0.8 | 0.28 |
| Hex | 80 | 3A | E | 0 | 37 | 59 | 32 | 17 | 50 | 1C |
| Octal | 200 | 72 | 16 | 0 | 67 | 131 | 62 | 27 | 120 | 34 |
| Binary | 10000000 | 111010 | 1110 | 0 | 110111 | 1011001 | 110010 | 10111 | 1010000 | 11100 |
Color Harmonies of #803A0E
Complementary color
Monochromatic Colors of #803A0E
Black with #803A0E
Text Example
Text Example
White with #803A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803A0E; }
p { color: rgb(128,58,14); }
H1.HeaderClassName
{
color: #803A0E;
}
.AnyTagClassName
{
color: #803A0E;
}
</style>
background-color css
<style>
a { background-color: #803A0E; }
a { background-color: rgb(128,58,14); }
div.DivClassName
{
background-color: #803A0E;
}
.BgClassName
{
background-color: #803A0E;
}
</style>
border-color css
<style>
span { border-color: #803A0E; }
span { border-color: rgb(128,58,14); }
td.TdClassName
{
border-color: #803A0E;
}
.TagClassName
{
border-color: #803A0E;
}
</style>