Shades of Saddle Brown #8D4010
Tints of Saddle Brown #8D4010
RGB
CMYK
RGB Variations
Color information
#8D4010 (or 0x8D4010) is known color: Saddle Brown. HEX triplet: 8D, 40 and 10. RGB value is (141,64,16). Sum of RGB (Red+Green+Blue) = 141+64+16=221 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.80% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4010 is #72BFEF. Grayscale: #515151. Windows color (decimal): -7520240 or 1065101. OLE color: 1065101.
HSL color Cylindrical-coordinate representation of color #8D4010: hue angle of 23.04º 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 #8D4010 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 64 | 16 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.45 |
| HSL | 23.04º | 0.8% | 0.31% | - |
| HSV(B) | 23.04º | 0.89% | 0.55% | - |
| XYZ | 12.91 | 9.37 | 1.62 | - |
| YUV | 81.55 | 91.01 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 64 | 16 | 0 | 0.55 | 0.89 | 0.45 | 23.04 | 0.8 | 0.31 |
| Hex | 8D | 40 | 10 | 0 | 37 | 59 | 2D | 17 | 50 | 1F |
| Octal | 215 | 100 | 20 | 0 | 67 | 131 | 55 | 27 | 120 | 37 |
| Binary | 10001101 | 1000000 | 10000 | 0 | 110111 | 1011001 | 101101 | 10111 | 1010000 | 11111 |
Color Harmonies of #8D4010
Complementary color
Monochromatic Colors of #8D4010
Black with #8D4010
Text Example
Text Example
White with #8D4010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4010; }
p { color: rgb(141,64,16); }
H1.HeaderClassName
{
color: #8D4010;
}
.AnyTagClassName
{
color: #8D4010;
}
</style>
background-color css
<style>
a { background-color: #8D4010; }
a { background-color: rgb(141,64,16); }
div.DivClassName
{
background-color: #8D4010;
}
.BgClassName
{
background-color: #8D4010;
}
</style>
border-color css
<style>
span { border-color: #8D4010; }
span { border-color: rgb(141,64,16); }
td.TdClassName
{
border-color: #8D4010;
}
.TagClassName
{
border-color: #8D4010;
}
</style>