Shades of Saddle Brown #8D3C13
Tints of Saddle Brown #8D3C13
RGB
CMYK
RGB Variations
Color information
#8D3C13 (or 0x8D3C13) is known color: Saddle Brown. HEX triplet: 8D, 3C and 13. RGB value is (141,60,19). Sum of RGB (Red+Green+Blue) = 141+60+19=220 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.09% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3C13 is #72C3EC. Grayscale: #4F4F4F. Windows color (decimal): -7521261 or 1260685. OLE color: 1260685.
HSL color Cylindrical-coordinate representation of color #8D3C13: hue angle of 20.16º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D3C13 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 60 | 19 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.45 |
| HSL | 20.16º | 0.76% | 0.31% | - |
| HSV(B) | 20.16º | 0.87% | 0.55% | - |
| XYZ | 12.72 | 8.94 | 1.67 | - |
| YUV | 79.55 | 93.84 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 60 | 19 | 0 | 0.57 | 0.87 | 0.45 | 20.16 | 0.76 | 0.31 |
| Hex | 8D | 3C | 13 | 0 | 39 | 57 | 2D | 14 | 4C | 1F |
| Octal | 215 | 74 | 23 | 0 | 71 | 127 | 55 | 24 | 114 | 37 |
| Binary | 10001101 | 111100 | 10011 | 0 | 111001 | 1010111 | 101101 | 10100 | 1001100 | 11111 |
Color Harmonies of #8D3C13
Complementary color
Monochromatic Colors of #8D3C13
Black with #8D3C13
Text Example
Text Example
White with #8D3C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3C13; }
p { color: rgb(141,60,19); }
H1.HeaderClassName
{
color: #8D3C13;
}
.AnyTagClassName
{
color: #8D3C13;
}
</style>
background-color css
<style>
a { background-color: #8D3C13; }
a { background-color: rgb(141,60,19); }
div.DivClassName
{
background-color: #8D3C13;
}
.BgClassName
{
background-color: #8D3C13;
}
</style>
border-color css
<style>
span { border-color: #8D3C13; }
span { border-color: rgb(141,60,19); }
td.TdClassName
{
border-color: #8D3C13;
}
.TagClassName
{
border-color: #8D3C13;
}
</style>