Shades of Saddle Brown #804109
Tints of Saddle Brown #804109
RGB
CMYK
RGB Variations
Color information
#804109 (or 0x804109) is known color: Saddle Brown. HEX triplet: 80, 41 and 09. RGB value is (128,65,9). Sum of RGB (Red+Green+Blue) = 128+65+9=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #804109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804109 is #7FBEF6. Grayscale: #4D4D4D. Windows color (decimal): -8371959 or 606592. OLE color: 606592.
HSL color Cylindrical-coordinate representation of color #804109: hue angle of 28.24º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #804109 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 9 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.50 |
| HSL | 28.24º | 0.87% | 0.27% | - |
| HSV(B) | 28.24º | 0.93% | 0.5% | - |
| XYZ | 10.84 | 8.39 | 1.31 | - |
| YUV | 77.45 | 89.37 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 9 | 0 | 0.49 | 0.93 | 0.50 | 28.24 | 0.87 | 0.27 |
| Hex | 80 | 41 | 9 | 0 | 31 | 5D | 32 | 1C | 57 | 1B |
| Octal | 200 | 101 | 11 | 0 | 61 | 135 | 62 | 34 | 127 | 33 |
| Binary | 10000000 | 1000001 | 1001 | 0 | 110001 | 1011101 | 110010 | 11100 | 1010111 | 11011 |
Color Harmonies of #804109
Complementary color
Monochromatic Colors of #804109
Black with #804109
Text Example
Text Example
White with #804109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804109; }
p { color: rgb(128,65,9); }
H1.HeaderClassName
{
color: #804109;
}
.AnyTagClassName
{
color: #804109;
}
</style>
background-color css
<style>
a { background-color: #804109; }
a { background-color: rgb(128,65,9); }
div.DivClassName
{
background-color: #804109;
}
.BgClassName
{
background-color: #804109;
}
</style>
border-color css
<style>
span { border-color: #804109; }
span { border-color: rgb(128,65,9); }
td.TdClassName
{
border-color: #804109;
}
.TagClassName
{
border-color: #804109;
}
</style>