Shades of Saddle Brown #8D3A10
Tints of Saddle Brown #8D3A10
RGB
CMYK
RGB Variations
Color information
#8D3A10 (or 0x8D3A10) is known color: Saddle Brown. HEX triplet: 8D, 3A and 10. RGB value is (141,58,16). Sum of RGB (Red+Green+Blue) = 141+58+16=215 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.58% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3A10 is #72C5EF. Grayscale: #4E4E4E. Windows color (decimal): -7521776 or 1063565. OLE color: 1063565.
HSL color Cylindrical-coordinate representation of color #8D3A10: hue angle of 20.16º 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 #8D3A10 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 58 | 16 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.45 |
| HSL | 20.16º | 0.8% | 0.31% | - |
| HSV(B) | 20.16º | 0.89% | 0.55% | - |
| XYZ | 12.59 | 8.73 | 1.51 | - |
| YUV | 78.03 | 93 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 58 | 16 | 0 | 0.59 | 0.89 | 0.45 | 20.16 | 0.8 | 0.31 |
| Hex | 8D | 3A | 10 | 0 | 3B | 59 | 2D | 14 | 50 | 1F |
| Octal | 215 | 72 | 20 | 0 | 73 | 131 | 55 | 24 | 120 | 37 |
| Binary | 10001101 | 111010 | 10000 | 0 | 111011 | 1011001 | 101101 | 10100 | 1010000 | 11111 |
Color Harmonies of #8D3A10
Complementary color
Monochromatic Colors of #8D3A10
Black with #8D3A10
Text Example
Text Example
White with #8D3A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3A10; }
p { color: rgb(141,58,16); }
H1.HeaderClassName
{
color: #8D3A10;
}
.AnyTagClassName
{
color: #8D3A10;
}
</style>
background-color css
<style>
a { background-color: #8D3A10; }
a { background-color: rgb(141,58,16); }
div.DivClassName
{
background-color: #8D3A10;
}
.BgClassName
{
background-color: #8D3A10;
}
</style>
border-color css
<style>
span { border-color: #8D3A10; }
span { border-color: rgb(141,58,16); }
td.TdClassName
{
border-color: #8D3A10;
}
.TagClassName
{
border-color: #8D3A10;
}
</style>