Shades of Saddle Brown #8D4904
Tints of Saddle Brown #8D4904
RGB
CMYK
RGB Variations
Color information
#8D4904 (or 0x8D4904) is known color: Saddle Brown. HEX triplet: 8D, 49 and 04. RGB value is (141,73,4). Sum of RGB (Red+Green+Blue) = 141+73+4=218 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.68% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4904 is #72B6FB. Grayscale: #555555. Windows color (decimal): -7517948 or 280973. OLE color: 280973.
HSL color Cylindrical-coordinate representation of color #8D4904: hue angle of 30.22º 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 #8D4904 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 73 | 4 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.45 |
| HSL | 30.22º | 0.94% | 0.28% | - |
| HSV(B) | 30.22º | 0.97% | 0.55% | - |
| XYZ | 13.39 | 10.44 | 1.42 | - |
| YUV | 85.47 | 82.03 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 73 | 4 | 0 | 0.48 | 0.97 | 0.45 | 30.22 | 0.94 | 0.28 |
| Hex | 8D | 49 | 4 | 0 | 30 | 61 | 2D | 1E | 5E | 1C |
| Octal | 215 | 111 | 4 | 0 | 60 | 141 | 55 | 36 | 136 | 34 |
| Binary | 10001101 | 1001001 | 100 | 0 | 110000 | 1100001 | 101101 | 11110 | 1011110 | 11100 |
Color Harmonies of #8D4904
Complementary color
Monochromatic Colors of #8D4904
Black with #8D4904
Text Example
Text Example
White with #8D4904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4904; }
p { color: rgb(141,73,4); }
H1.HeaderClassName
{
color: #8D4904;
}
.AnyTagClassName
{
color: #8D4904;
}
</style>
background-color css
<style>
a { background-color: #8D4904; }
a { background-color: rgb(141,73,4); }
div.DivClassName
{
background-color: #8D4904;
}
.BgClassName
{
background-color: #8D4904;
}
</style>
border-color css
<style>
span { border-color: #8D4904; }
span { border-color: rgb(141,73,4); }
td.TdClassName
{
border-color: #8D4904;
}
.TagClassName
{
border-color: #8D4904;
}
</style>