Shades of Saddle Brown #8D4809
Tints of Saddle Brown #8D4809
RGB
CMYK
RGB Variations
Color information
#8D4809 (or 0x8D4809) is known color: Saddle Brown. HEX triplet: 8D, 48 and 09. RGB value is (141,72,9). Sum of RGB (Red+Green+Blue) = 141+72+9=222 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.51% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4809 is #72B7F6. Grayscale: #555555. Windows color (decimal): -7518199 or 608397. OLE color: 608397.
HSL color Cylindrical-coordinate representation of color #8D4809: hue angle of 28.64º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D4809 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 72 | 9 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.45 |
| HSL | 28.64º | 0.88% | 0.29% | - |
| HSV(B) | 28.64º | 0.94% | 0.55% | - |
| XYZ | 13.35 | 10.32 | 1.55 | - |
| YUV | 85.45 | 84.86 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 9 | 0 | 0.49 | 0.94 | 0.45 | 28.64 | 0.88 | 0.29 |
| Hex | 8D | 48 | 9 | 0 | 31 | 5E | 2D | 1D | 58 | 1D |
| Octal | 215 | 110 | 11 | 0 | 61 | 136 | 55 | 35 | 130 | 35 |
| Binary | 10001101 | 1001000 | 1001 | 0 | 110001 | 1011110 | 101101 | 11101 | 1011000 | 11101 |
Color Harmonies of #8D4809
Complementary color
Monochromatic Colors of #8D4809
Black with #8D4809
Text Example
Text Example
White with #8D4809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4809; }
p { color: rgb(141,72,9); }
H1.HeaderClassName
{
color: #8D4809;
}
.AnyTagClassName
{
color: #8D4809;
}
</style>
background-color css
<style>
a { background-color: #8D4809; }
a { background-color: rgb(141,72,9); }
div.DivClassName
{
background-color: #8D4809;
}
.BgClassName
{
background-color: #8D4809;
}
</style>
border-color css
<style>
span { border-color: #8D4809; }
span { border-color: rgb(141,72,9); }
td.TdClassName
{
border-color: #8D4809;
}
.TagClassName
{
border-color: #8D4809;
}
</style>