Shades of Saddle Brown #8D3809
Tints of Saddle Brown #8D3809
RGB
CMYK
RGB Variations
Color information
#8D3809 (or 0x8D3809) is known color: Saddle Brown. HEX triplet: 8D, 38 and 09. RGB value is (141,56,9). Sum of RGB (Red+Green+Blue) = 141+56+9=206 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.45% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3809 is #72C7F6. Grayscale: #4C4C4C. Windows color (decimal): -7522295 or 604301. OLE color: 604301.
HSL color Cylindrical-coordinate representation of color #8D3809: hue angle of 21.36º 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 #8D3809 is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 56 | 9 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.45 |
| HSL | 21.36º | 0.88% | 0.29% | - |
| HSV(B) | 21.36º | 0.94% | 0.55% | - |
| XYZ | 12.45 | 8.51 | 1.25 | - |
| YUV | 76.06 | 90.16 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 56 | 9 | 0 | 0.60 | 0.94 | 0.45 | 21.36 | 0.88 | 0.29 |
| Hex | 8D | 38 | 9 | 0 | 3C | 5E | 2D | 15 | 58 | 1D |
| Octal | 215 | 70 | 11 | 0 | 74 | 136 | 55 | 25 | 130 | 35 |
| Binary | 10001101 | 111000 | 1001 | 0 | 111100 | 1011110 | 101101 | 10101 | 1011000 | 11101 |
Color Harmonies of #8D3809
Complementary color
Monochromatic Colors of #8D3809
Black with #8D3809
Text Example
Text Example
White with #8D3809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3809; }
p { color: rgb(141,56,9); }
H1.HeaderClassName
{
color: #8D3809;
}
.AnyTagClassName
{
color: #8D3809;
}
</style>
background-color css
<style>
a { background-color: #8D3809; }
a { background-color: rgb(141,56,9); }
div.DivClassName
{
background-color: #8D3809;
}
.BgClassName
{
background-color: #8D3809;
}
</style>
border-color css
<style>
span { border-color: #8D3809; }
span { border-color: rgb(141,56,9); }
td.TdClassName
{
border-color: #8D3809;
}
.TagClassName
{
border-color: #8D3809;
}
</style>