Shades of Saddle Brown #80440D
Tints of Saddle Brown #80440D
RGB
CMYK
RGB Variations
Color information
#80440D (or 0x80440D) is known color: Saddle Brown. HEX triplet: 80, 44 and 0D. RGB value is (128,68,13). Sum of RGB (Red+Green+Blue) = 128+68+13=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #80440D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80440D is #7FBBF2. Grayscale: #4F4F4F. Windows color (decimal): -8371187 or 869504. OLE color: 869504.
HSL color Cylindrical-coordinate representation of color #80440D: hue angle of 28.7º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80440D is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 68 | 13 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.50 |
| HSL | 28.7º | 0.82% | 0.28% | - |
| HSV(B) | 28.7º | 0.9% | 0.5% | - |
| XYZ | 11.04 | 8.75 | 1.49 | - |
| YUV | 79.67 | 90.38 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 13 | 0 | 0.47 | 0.90 | 0.50 | 28.7 | 0.82 | 0.28 |
| Hex | 80 | 44 | D | 0 | 2F | 5A | 32 | 1D | 52 | 1C |
| Octal | 200 | 104 | 15 | 0 | 57 | 132 | 62 | 35 | 122 | 34 |
| Binary | 10000000 | 1000100 | 1101 | 0 | 101111 | 1011010 | 110010 | 11101 | 1010010 | 11100 |
Color Harmonies of #80440D
Complementary color
Monochromatic Colors of #80440D
Black with #80440D
Text Example
Text Example
White with #80440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80440D; }
p { color: rgb(128,68,13); }
H1.HeaderClassName
{
color: #80440D;
}
.AnyTagClassName
{
color: #80440D;
}
</style>
background-color css
<style>
a { background-color: #80440D; }
a { background-color: rgb(128,68,13); }
div.DivClassName
{
background-color: #80440D;
}
.BgClassName
{
background-color: #80440D;
}
</style>
border-color css
<style>
span { border-color: #80440D; }
span { border-color: rgb(128,68,13); }
td.TdClassName
{
border-color: #80440D;
}
.TagClassName
{
border-color: #80440D;
}
</style>