Shades of Saddle Brown #80350E
Tints of Saddle Brown #80350E
RGB
CMYK
RGB Variations
Color information
#80350E (or 0x80350E) is known color: Saddle Brown. HEX triplet: 80, 35 and 0E. RGB value is (128,53,14). Sum of RGB (Red+Green+Blue) = 128+53+14=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #80350E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80350E is #7FCAF1. Grayscale: #474747. Windows color (decimal): -8375026 or 931200. OLE color: 931200.
HSL color Cylindrical-coordinate representation of color #80350E: hue angle of 20.53º 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 #80350E is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 53 | 14 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.50 |
| HSL | 20.53º | 0.8% | 0.28% | - |
| HSV(B) | 20.53º | 0.89% | 0.5% | - |
| XYZ | 10.25 | 7.17 | 1.26 | - |
| YUV | 70.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 14 | 0 | 0.59 | 0.89 | 0.50 | 20.53 | 0.8 | 0.28 |
| Hex | 80 | 35 | E | 0 | 3B | 59 | 32 | 15 | 50 | 1C |
| Octal | 200 | 65 | 16 | 0 | 73 | 131 | 62 | 25 | 120 | 34 |
| Binary | 10000000 | 110101 | 1110 | 0 | 111011 | 1011001 | 110010 | 10101 | 1010000 | 11100 |
Color Harmonies of #80350E
Complementary color
Monochromatic Colors of #80350E
Black with #80350E
Text Example
Text Example
White with #80350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80350E; }
p { color: rgb(128,53,14); }
H1.HeaderClassName
{
color: #80350E;
}
.AnyTagClassName
{
color: #80350E;
}
</style>
background-color css
<style>
a { background-color: #80350E; }
a { background-color: rgb(128,53,14); }
div.DivClassName
{
background-color: #80350E;
}
.BgClassName
{
background-color: #80350E;
}
</style>
border-color css
<style>
span { border-color: #80350E; }
span { border-color: rgb(128,53,14); }
td.TdClassName
{
border-color: #80350E;
}
.TagClassName
{
border-color: #80350E;
}
</style>