Shades of Saddle Brown #8D3204
Tints of Saddle Brown #8D3204
RGB
CMYK
RGB Variations
Color information
#8D3204 (or 0x8D3204) is known color: Saddle Brown. HEX triplet: 8D, 32 and 04. RGB value is (141,50,4). Sum of RGB (Red+Green+Blue) = 141+50+4=195 (25% of max value = 765). Red value is 141 (55.47% from 255 or 72.31% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3204 is #72CDFB. Grayscale: #484848. Windows color (decimal): -7523836 or 275085. OLE color: 275085.
HSL color Cylindrical-coordinate representation of color #8D3204: hue angle of 20.15º 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 #8D3204 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 50 | 4 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.45 |
| HSL | 20.15º | 0.94% | 0.28% | - |
| HSV(B) | 20.15º | 0.97% | 0.55% | - |
| XYZ | 12.15 | 7.95 | 1.01 | - |
| YUV | 71.97 | 89.65 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 50 | 4 | 0 | 0.65 | 0.97 | 0.45 | 20.15 | 0.94 | 0.28 |
| Hex | 8D | 32 | 4 | 0 | 41 | 61 | 2D | 14 | 5E | 1C |
| Octal | 215 | 62 | 4 | 0 | 101 | 141 | 55 | 24 | 136 | 34 |
| Binary | 10001101 | 110010 | 100 | 0 | 1000001 | 1100001 | 101101 | 10100 | 1011110 | 11100 |
Color Harmonies of #8D3204
Complementary color
Monochromatic Colors of #8D3204
Black with #8D3204
Text Example
Text Example
White with #8D3204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3204; }
p { color: rgb(141,50,4); }
H1.HeaderClassName
{
color: #8D3204;
}
.AnyTagClassName
{
color: #8D3204;
}
</style>
background-color css
<style>
a { background-color: #8D3204; }
a { background-color: rgb(141,50,4); }
div.DivClassName
{
background-color: #8D3204;
}
.BgClassName
{
background-color: #8D3204;
}
</style>
border-color css
<style>
span { border-color: #8D3204; }
span { border-color: rgb(141,50,4); }
td.TdClassName
{
border-color: #8D3204;
}
.TagClassName
{
border-color: #8D3204;
}
</style>