Shades of Saddle Brown #80450D
Tints of Saddle Brown #80450D
RGB
CMYK
RGB Variations
Color information
#80450D (or 0x80450D) is known color: Saddle Brown. HEX triplet: 80, 45 and 0D. RGB value is (128,69,13). Sum of RGB (Red+Green+Blue) = 128+69+13=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #80450D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80450D is #7FBAF2. Grayscale: #505050. Windows color (decimal): -8370931 or 869760. OLE color: 869760.
HSL color Cylindrical-coordinate representation of color #80450D: hue angle of 29.22º 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 #80450D is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 69 | 13 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.50 |
| HSL | 29.22º | 0.82% | 0.28% | - |
| HSV(B) | 29.22º | 0.9% | 0.5% | - |
| XYZ | 11.1 | 8.87 | 1.51 | - |
| YUV | 80.26 | 90.05 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 13 | 0 | 0.46 | 0.90 | 0.50 | 29.22 | 0.82 | 0.28 |
| Hex | 80 | 45 | D | 0 | 2E | 5A | 32 | 1D | 52 | 1C |
| Octal | 200 | 105 | 15 | 0 | 56 | 132 | 62 | 35 | 122 | 34 |
| Binary | 10000000 | 1000101 | 1101 | 0 | 101110 | 1011010 | 110010 | 11101 | 1010010 | 11100 |
Color Harmonies of #80450D
Complementary color
Monochromatic Colors of #80450D
Black with #80450D
Text Example
Text Example
White with #80450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80450D; }
p { color: rgb(128,69,13); }
H1.HeaderClassName
{
color: #80450D;
}
.AnyTagClassName
{
color: #80450D;
}
</style>
background-color css
<style>
a { background-color: #80450D; }
a { background-color: rgb(128,69,13); }
div.DivClassName
{
background-color: #80450D;
}
.BgClassName
{
background-color: #80450D;
}
</style>
border-color css
<style>
span { border-color: #80450D; }
span { border-color: rgb(128,69,13); }
td.TdClassName
{
border-color: #80450D;
}
.TagClassName
{
border-color: #80450D;
}
</style>