Shades of Saddle Brown #8D4A04
Tints of Saddle Brown #8D4A04
RGB
CMYK
RGB Variations
Color information
#8D4A04 (or 0x8D4A04) is known color: Saddle Brown. HEX triplet: 8D, 4A and 04. RGB value is (141,74,4). Sum of RGB (Red+Green+Blue) = 141+74+4=219 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.38% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4A04 is #72B5FB. Grayscale: #565656. Windows color (decimal): -7517692 or 281229. OLE color: 281229.
HSL color Cylindrical-coordinate representation of color #8D4A04: hue angle of 30.66º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D4A04 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 74 | 4 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.45 |
| HSL | 30.66º | 0.94% | 0.28% | - |
| HSV(B) | 30.66º | 0.97% | 0.55% | - |
| XYZ | 13.46 | 10.57 | 1.45 | - |
| YUV | 86.05 | 81.7 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 74 | 4 | 0 | 0.48 | 0.97 | 0.45 | 30.66 | 0.94 | 0.28 |
| Hex | 8D | 4A | 4 | 0 | 30 | 61 | 2D | 1F | 5E | 1C |
| Octal | 215 | 112 | 4 | 0 | 60 | 141 | 55 | 37 | 136 | 34 |
| Binary | 10001101 | 1001010 | 100 | 0 | 110000 | 1100001 | 101101 | 11111 | 1011110 | 11100 |
Color Harmonies of #8D4A04
Complementary color
Monochromatic Colors of #8D4A04
Black with #8D4A04
Text Example
Text Example
White with #8D4A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4A04; }
p { color: rgb(141,74,4); }
H1.HeaderClassName
{
color: #8D4A04;
}
.AnyTagClassName
{
color: #8D4A04;
}
</style>
background-color css
<style>
a { background-color: #8D4A04; }
a { background-color: rgb(141,74,4); }
div.DivClassName
{
background-color: #8D4A04;
}
.BgClassName
{
background-color: #8D4A04;
}
</style>
border-color css
<style>
span { border-color: #8D4A04; }
span { border-color: rgb(141,74,4); }
td.TdClassName
{
border-color: #8D4A04;
}
.TagClassName
{
border-color: #8D4A04;
}
</style>