Shades of Saddle Brown #8D4813
Tints of Saddle Brown #8D4813
RGB
CMYK
RGB Variations
Color information
#8D4813 (or 0x8D4813) is known color: Saddle Brown. HEX triplet: 8D, 48 and 13. RGB value is (141,72,19). Sum of RGB (Red+Green+Blue) = 141+72+19=232 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.78% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4813 is #72B7EC. Grayscale: #565656. Windows color (decimal): -7518189 or 1263757. OLE color: 1263757.
HSL color Cylindrical-coordinate representation of color #8D4813: hue angle of 26.07º 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 #8D4813 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 72 | 19 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.45 |
| HSL | 26.07º | 0.76% | 0.31% | - |
| HSV(B) | 26.07º | 0.87% | 0.55% | - |
| XYZ | 13.42 | 10.34 | 1.91 | - |
| YUV | 86.59 | 89.86 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 19 | 0 | 0.49 | 0.87 | 0.45 | 26.07 | 0.76 | 0.31 |
| Hex | 8D | 48 | 13 | 0 | 31 | 57 | 2D | 1A | 4C | 1F |
| Octal | 215 | 110 | 23 | 0 | 61 | 127 | 55 | 32 | 114 | 37 |
| Binary | 10001101 | 1001000 | 10011 | 0 | 110001 | 1010111 | 101101 | 11010 | 1001100 | 11111 |
Color Harmonies of #8D4813
Complementary color
Monochromatic Colors of #8D4813
Black with #8D4813
Text Example
Text Example
White with #8D4813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4813; }
p { color: rgb(141,72,19); }
H1.HeaderClassName
{
color: #8D4813;
}
.AnyTagClassName
{
color: #8D4813;
}
</style>
background-color css
<style>
a { background-color: #8D4813; }
a { background-color: rgb(141,72,19); }
div.DivClassName
{
background-color: #8D4813;
}
.BgClassName
{
background-color: #8D4813;
}
</style>
border-color css
<style>
span { border-color: #8D4813; }
span { border-color: rgb(141,72,19); }
td.TdClassName
{
border-color: #8D4813;
}
.TagClassName
{
border-color: #8D4813;
}
</style>