Shades of Saddle Brown #8D540A
Tints of Saddle Brown #8D540A
RGB
CMYK
RGB Variations
Color information
#8D540A (or 0x8D540A) is known color: Saddle Brown. HEX triplet: 8D, 54 and 0A. RGB value is (141,84,10). Sum of RGB (Red+Green+Blue) = 141+84+10=235 (31% of max value = 765). Red value is 141 (55.47% from 255 or 60% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 141 - color contains mainly: red. Hex color #8D540A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D540A is #72ABF5. Grayscale: #5C5C5C. Windows color (decimal): -7515126 or 677005. OLE color: 677005.
HSL color Cylindrical-coordinate representation of color #8D540A: hue angle of 33.89º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D540A is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 84 | 10 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.45 |
| HSL | 33.89º | 0.87% | 0.3% | - |
| HSV(B) | 33.89º | 0.93% | 0.55% | - |
| XYZ | 14.21 | 12.03 | 1.86 | - |
| YUV | 92.61 | 81.38 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 84 | 10 | 0 | 0.40 | 0.93 | 0.45 | 33.89 | 0.87 | 0.3 |
| Hex | 8D | 54 | A | 0 | 28 | 5D | 2D | 22 | 57 | 1E |
| Octal | 215 | 124 | 12 | 0 | 50 | 135 | 55 | 42 | 127 | 36 |
| Binary | 10001101 | 1010100 | 1010 | 0 | 101000 | 1011101 | 101101 | 100010 | 1010111 | 11110 |
Color Harmonies of #8D540A
Complementary color
Monochromatic Colors of #8D540A
Black with #8D540A
Text Example
Text Example
White with #8D540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D540A; }
p { color: rgb(141,84,10); }
H1.HeaderClassName
{
color: #8D540A;
}
.AnyTagClassName
{
color: #8D540A;
}
</style>
background-color css
<style>
a { background-color: #8D540A; }
a { background-color: rgb(141,84,10); }
div.DivClassName
{
background-color: #8D540A;
}
.BgClassName
{
background-color: #8D540A;
}
</style>
border-color css
<style>
span { border-color: #8D540A; }
span { border-color: rgb(141,84,10); }
td.TdClassName
{
border-color: #8D540A;
}
.TagClassName
{
border-color: #8D540A;
}
</style>