Shades of Saddle Brown #8D2F09
Tints of Saddle Brown #8D2F09
RGB
CMYK
RGB Variations
Color information
#8D2F09 (or 0x8D2F09) is known color: Saddle Brown. HEX triplet: 8D, 2F and 09. RGB value is (141,47,9). Sum of RGB (Red+Green+Blue) = 141+47+9=197 (26% of max value = 765). Red value is 141 (55.47% from 255 or 71.57% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2F09 is #72D0F6. Grayscale: #474747. Windows color (decimal): -7524599 or 601997. OLE color: 601997.
HSL color Cylindrical-coordinate representation of color #8D2F09: hue angle of 17.27º 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 #8D2F09 is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 47 | 9 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.45 |
| HSL | 17.27º | 0.88% | 0.29% | - |
| HSV(B) | 17.27º | 0.94% | 0.55% | - |
| XYZ | 12.05 | 7.72 | 1.11 | - |
| YUV | 70.77 | 93.14 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 47 | 9 | 0 | 0.67 | 0.94 | 0.45 | 17.27 | 0.88 | 0.29 |
| Hex | 8D | 2F | 9 | 0 | 43 | 5E | 2D | 11 | 58 | 1D |
| Octal | 215 | 57 | 11 | 0 | 103 | 136 | 55 | 21 | 130 | 35 |
| Binary | 10001101 | 101111 | 1001 | 0 | 1000011 | 1011110 | 101101 | 10001 | 1011000 | 11101 |
Color Harmonies of #8D2F09
Complementary color
Monochromatic Colors of #8D2F09
Black with #8D2F09
Text Example
Text Example
White with #8D2F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2F09; }
p { color: rgb(141,47,9); }
H1.HeaderClassName
{
color: #8D2F09;
}
.AnyTagClassName
{
color: #8D2F09;
}
</style>
background-color css
<style>
a { background-color: #8D2F09; }
a { background-color: rgb(141,47,9); }
div.DivClassName
{
background-color: #8D2F09;
}
.BgClassName
{
background-color: #8D2F09;
}
</style>
border-color css
<style>
span { border-color: #8D2F09; }
span { border-color: rgb(141,47,9); }
td.TdClassName
{
border-color: #8D2F09;
}
.TagClassName
{
border-color: #8D2F09;
}
</style>