Shades of Saddle Brown #8D3F10
Tints of Saddle Brown #8D3F10
RGB
CMYK
RGB Variations
Color information
#8D3F10 (or 0x8D3F10) is known color: Saddle Brown. HEX triplet: 8D, 3F and 10. RGB value is (141,63,16). Sum of RGB (Red+Green+Blue) = 141+63+16=220 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.09% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3F10 is #72C0EF. Grayscale: #515151. Windows color (decimal): -7520496 or 1064845. OLE color: 1064845.
HSL color Cylindrical-coordinate representation of color #8D3F10: hue angle of 22.56º 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 #8D3F10 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 63 | 16 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.45 |
| HSL | 22.56º | 0.8% | 0.31% | - |
| HSV(B) | 22.56º | 0.89% | 0.55% | - |
| XYZ | 12.86 | 9.26 | 1.6 | - |
| YUV | 80.96 | 91.34 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 63 | 16 | 0 | 0.55 | 0.89 | 0.45 | 22.56 | 0.8 | 0.31 |
| Hex | 8D | 3F | 10 | 0 | 37 | 59 | 2D | 17 | 50 | 1F |
| Octal | 215 | 77 | 20 | 0 | 67 | 131 | 55 | 27 | 120 | 37 |
| Binary | 10001101 | 111111 | 10000 | 0 | 110111 | 1011001 | 101101 | 10111 | 1010000 | 11111 |
Color Harmonies of #8D3F10
Complementary color
Monochromatic Colors of #8D3F10
Black with #8D3F10
Text Example
Text Example
White with #8D3F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3F10; }
p { color: rgb(141,63,16); }
H1.HeaderClassName
{
color: #8D3F10;
}
.AnyTagClassName
{
color: #8D3F10;
}
</style>
background-color css
<style>
a { background-color: #8D3F10; }
a { background-color: rgb(141,63,16); }
div.DivClassName
{
background-color: #8D3F10;
}
.BgClassName
{
background-color: #8D3F10;
}
</style>
border-color css
<style>
span { border-color: #8D3F10; }
span { border-color: rgb(141,63,16); }
td.TdClassName
{
border-color: #8D3F10;
}
.TagClassName
{
border-color: #8D3F10;
}
</style>