Shades of Saddle Brown #8D3910
Tints of Saddle Brown #8D3910
RGB
CMYK
RGB Variations
Color information
#8D3910 (or 0x8D3910) is known color: Saddle Brown. HEX triplet: 8D, 39 and 10. RGB value is (141,57,16). Sum of RGB (Red+Green+Blue) = 141+57+16=214 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.89% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3910 is #72C6EF. Grayscale: #4D4D4D. Windows color (decimal): -7522032 or 1063309. OLE color: 1063309.
HSL color Cylindrical-coordinate representation of color #8D3910: hue angle of 19.68º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D3910 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 57 | 16 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.45 |
| HSL | 19.68º | 0.8% | 0.31% | - |
| HSV(B) | 19.68º | 0.89% | 0.55% | - |
| XYZ | 12.54 | 8.63 | 1.49 | - |
| YUV | 77.44 | 93.33 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 57 | 16 | 0 | 0.60 | 0.89 | 0.45 | 19.68 | 0.8 | 0.31 |
| Hex | 8D | 39 | 10 | 0 | 3C | 59 | 2D | 14 | 50 | 1F |
| Octal | 215 | 71 | 20 | 0 | 74 | 131 | 55 | 24 | 120 | 37 |
| Binary | 10001101 | 111001 | 10000 | 0 | 111100 | 1011001 | 101101 | 10100 | 1010000 | 11111 |
Color Harmonies of #8D3910
Complementary color
Monochromatic Colors of #8D3910
Black with #8D3910
Text Example
Text Example
White with #8D3910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3910; }
p { color: rgb(141,57,16); }
H1.HeaderClassName
{
color: #8D3910;
}
.AnyTagClassName
{
color: #8D3910;
}
</style>
background-color css
<style>
a { background-color: #8D3910; }
a { background-color: rgb(141,57,16); }
div.DivClassName
{
background-color: #8D3910;
}
.BgClassName
{
background-color: #8D3910;
}
</style>
border-color css
<style>
span { border-color: #8D3910; }
span { border-color: rgb(141,57,16); }
td.TdClassName
{
border-color: #8D3910;
}
.TagClassName
{
border-color: #8D3910;
}
</style>