Shades of Saddle Brown #80360E
Tints of Saddle Brown #80360E
RGB
CMYK
RGB Variations
Color information
#80360E (or 0x80360E) is known color: Saddle Brown. HEX triplet: 80, 36 and 0E. RGB value is (128,54,14). Sum of RGB (Red+Green+Blue) = 128+54+14=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #80360E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80360E is #7FC9F1. Grayscale: #474747. Windows color (decimal): -8374770 or 931456. OLE color: 931456.
HSL color Cylindrical-coordinate representation of color #80360E: hue angle of 21.05º 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 #80360E is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 54 | 14 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.50 |
| HSL | 21.05º | 0.8% | 0.28% | - |
| HSV(B) | 21.05º | 0.89% | 0.5% | - |
| XYZ | 10.3 | 7.26 | 1.27 | - |
| YUV | 71.57 | 95.52 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 14 | 0 | 0.58 | 0.89 | 0.50 | 21.05 | 0.8 | 0.28 |
| Hex | 80 | 36 | E | 0 | 3A | 59 | 32 | 15 | 50 | 1C |
| Octal | 200 | 66 | 16 | 0 | 72 | 131 | 62 | 25 | 120 | 34 |
| Binary | 10000000 | 110110 | 1110 | 0 | 111010 | 1011001 | 110010 | 10101 | 1010000 | 11100 |
Color Harmonies of #80360E
Complementary color
Monochromatic Colors of #80360E
Black with #80360E
Text Example
Text Example
White with #80360E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80360E; }
p { color: rgb(128,54,14); }
H1.HeaderClassName
{
color: #80360E;
}
.AnyTagClassName
{
color: #80360E;
}
</style>
background-color css
<style>
a { background-color: #80360E; }
a { background-color: rgb(128,54,14); }
div.DivClassName
{
background-color: #80360E;
}
.BgClassName
{
background-color: #80360E;
}
</style>
border-color css
<style>
span { border-color: #80360E; }
span { border-color: rgb(128,54,14); }
td.TdClassName
{
border-color: #80360E;
}
.TagClassName
{
border-color: #80360E;
}
</style>