Shades of Saddle Brown #8D4709
Tints of Saddle Brown #8D4709
RGB
CMYK
RGB Variations
Color information
#8D4709 (or 0x8D4709) is known color: Saddle Brown. HEX triplet: 8D, 47 and 09. RGB value is (141,71,9). Sum of RGB (Red+Green+Blue) = 141+71+9=221 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.80% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4709 is #72B8F6. Grayscale: #555555. Windows color (decimal): -7518455 or 608141. OLE color: 608141.
HSL color Cylindrical-coordinate representation of color #8D4709: hue angle of 28.18º 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 #8D4709 is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 71 | 9 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.45 |
| HSL | 28.18º | 0.88% | 0.29% | - |
| HSV(B) | 28.18º | 0.94% | 0.55% | - |
| XYZ | 13.29 | 10.19 | 1.52 | - |
| YUV | 84.86 | 85.19 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 9 | 0 | 0.50 | 0.94 | 0.45 | 28.18 | 0.88 | 0.29 |
| Hex | 8D | 47 | 9 | 0 | 32 | 5E | 2D | 1C | 58 | 1D |
| Octal | 215 | 107 | 11 | 0 | 62 | 136 | 55 | 34 | 130 | 35 |
| Binary | 10001101 | 1000111 | 1001 | 0 | 110010 | 1011110 | 101101 | 11100 | 1011000 | 11101 |
Color Harmonies of #8D4709
Complementary color
Monochromatic Colors of #8D4709
Black with #8D4709
Text Example
Text Example
White with #8D4709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4709; }
p { color: rgb(141,71,9); }
H1.HeaderClassName
{
color: #8D4709;
}
.AnyTagClassName
{
color: #8D4709;
}
</style>
background-color css
<style>
a { background-color: #8D4709; }
a { background-color: rgb(141,71,9); }
div.DivClassName
{
background-color: #8D4709;
}
.BgClassName
{
background-color: #8D4709;
}
</style>
border-color css
<style>
span { border-color: #8D4709; }
span { border-color: rgb(141,71,9); }
td.TdClassName
{
border-color: #8D4709;
}
.TagClassName
{
border-color: #8D4709;
}
</style>