Shades of Saddle Brown #8D3311
Tints of Saddle Brown #8D3311
RGB
CMYK
RGB Variations
Color information
#8D3311 (or 0x8D3311) is known color: Saddle Brown. HEX triplet: 8D, 33 and 11. RGB value is (141,51,17). Sum of RGB (Red+Green+Blue) = 141+51+17=209 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.46% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3311 is #72CCEE. Grayscale: #4A4A4A. Windows color (decimal): -7523567 or 1127309. OLE color: 1127309.
HSL color Cylindrical-coordinate representation of color #8D3311: hue angle of 16.45º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D3311 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 51 | 17 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.45 |
| HSL | 16.45º | 0.78% | 0.31% | - |
| HSV(B) | 16.45º | 0.88% | 0.55% | - |
| XYZ | 12.27 | 8.07 | 1.44 | - |
| YUV | 74.03 | 95.82 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 51 | 17 | 0 | 0.64 | 0.88 | 0.45 | 16.45 | 0.78 | 0.31 |
| Hex | 8D | 33 | 11 | 0 | 40 | 58 | 2D | 10 | 4E | 1F |
| Octal | 215 | 63 | 21 | 0 | 100 | 130 | 55 | 20 | 116 | 37 |
| Binary | 10001101 | 110011 | 10001 | 0 | 1000000 | 1011000 | 101101 | 10000 | 1001110 | 11111 |
Color Harmonies of #8D3311
Complementary color
Monochromatic Colors of #8D3311
Black with #8D3311
Text Example
Text Example
White with #8D3311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3311; }
p { color: rgb(141,51,17); }
H1.HeaderClassName
{
color: #8D3311;
}
.AnyTagClassName
{
color: #8D3311;
}
</style>
background-color css
<style>
a { background-color: #8D3311; }
a { background-color: rgb(141,51,17); }
div.DivClassName
{
background-color: #8D3311;
}
.BgClassName
{
background-color: #8D3311;
}
</style>
border-color css
<style>
span { border-color: #8D3311; }
span { border-color: rgb(141,51,17); }
td.TdClassName
{
border-color: #8D3311;
}
.TagClassName
{
border-color: #8D3311;
}
</style>