Shades of Saddle Brown #8D5013
Tints of Saddle Brown #8D5013
RGB
CMYK
RGB Variations
Color information
#8D5013 (or 0x8D5013) is known color: Saddle Brown. HEX triplet: 8D, 50 and 13. RGB value is (141,80,19). Sum of RGB (Red+Green+Blue) = 141+80+19=240 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.75% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5013 is #72AFEC. Grayscale: #5B5B5B. Windows color (decimal): -7516141 or 1265805. OLE color: 1265805.
HSL color Cylindrical-coordinate representation of color #8D5013: hue angle of 30º 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 #8D5013 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 80 | 19 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.45 |
| HSL | 30º | 0.76% | 0.31% | - |
| HSV(B) | 30º | 0.87% | 0.55% | - |
| XYZ | 13.97 | 11.45 | 2.09 | - |
| YUV | 91.29 | 87.21 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 80 | 19 | 0 | 0.43 | 0.87 | 0.45 | 30 | 0.76 | 0.31 |
| Hex | 8D | 50 | 13 | 0 | 2B | 57 | 2D | 1E | 4C | 1F |
| Octal | 215 | 120 | 23 | 0 | 53 | 127 | 55 | 36 | 114 | 37 |
| Binary | 10001101 | 1010000 | 10011 | 0 | 101011 | 1010111 | 101101 | 11110 | 1001100 | 11111 |
Color Harmonies of #8D5013
Complementary color
Monochromatic Colors of #8D5013
Black with #8D5013
Text Example
Text Example
White with #8D5013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5013; }
p { color: rgb(141,80,19); }
H1.HeaderClassName
{
color: #8D5013;
}
.AnyTagClassName
{
color: #8D5013;
}
</style>
background-color css
<style>
a { background-color: #8D5013; }
a { background-color: rgb(141,80,19); }
div.DivClassName
{
background-color: #8D5013;
}
.BgClassName
{
background-color: #8D5013;
}
</style>
border-color css
<style>
span { border-color: #8D5013; }
span { border-color: rgb(141,80,19); }
td.TdClassName
{
border-color: #8D5013;
}
.TagClassName
{
border-color: #8D5013;
}
</style>