Shades of Saddle Brown #80380E
Tints of Saddle Brown #80380E
RGB
CMYK
RGB Variations
Color information
#80380E (or 0x80380E) is known color: Saddle Brown. HEX triplet: 80, 38 and 0E. RGB value is (128,56,14). Sum of RGB (Red+Green+Blue) = 128+56+14=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #80380E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80380E is #7FC7F1. Grayscale: #484848. Windows color (decimal): -8374258 or 931968. OLE color: 931968.
HSL color Cylindrical-coordinate representation of color #80380E: hue angle of 22.11º 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 #80380E is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 56 | 14 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.50 |
| HSL | 22.11º | 0.8% | 0.28% | - |
| HSV(B) | 22.11º | 0.89% | 0.5% | - |
| XYZ | 10.4 | 7.45 | 1.31 | - |
| YUV | 72.74 | 94.85 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 56 | 14 | 0 | 0.56 | 0.89 | 0.50 | 22.11 | 0.8 | 0.28 |
| Hex | 80 | 38 | E | 0 | 38 | 59 | 32 | 16 | 50 | 1C |
| Octal | 200 | 70 | 16 | 0 | 70 | 131 | 62 | 26 | 120 | 34 |
| Binary | 10000000 | 111000 | 1110 | 0 | 111000 | 1011001 | 110010 | 10110 | 1010000 | 11100 |
Color Harmonies of #80380E
Complementary color
Monochromatic Colors of #80380E
Black with #80380E
Text Example
Text Example
White with #80380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80380E; }
p { color: rgb(128,56,14); }
H1.HeaderClassName
{
color: #80380E;
}
.AnyTagClassName
{
color: #80380E;
}
</style>
background-color css
<style>
a { background-color: #80380E; }
a { background-color: rgb(128,56,14); }
div.DivClassName
{
background-color: #80380E;
}
.BgClassName
{
background-color: #80380E;
}
</style>
border-color css
<style>
span { border-color: #80380E; }
span { border-color: rgb(128,56,14); }
td.TdClassName
{
border-color: #80380E;
}
.TagClassName
{
border-color: #80380E;
}
</style>