Shades of Saddle Brown #8D3804
Tints of Saddle Brown #8D3804
RGB
CMYK
RGB Variations
Color information
#8D3804 (or 0x8D3804) is known color: Saddle Brown. HEX triplet: 8D, 38 and 04. RGB value is (141,56,4). Sum of RGB (Red+Green+Blue) = 141+56+4=201 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.15% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3804 is #72C7FB. Grayscale: #4B4B4B. Windows color (decimal): -7522300 or 276621. OLE color: 276621.
HSL color Cylindrical-coordinate representation of color #8D3804: hue angle of 22.77º 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 #8D3804 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 56 | 4 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.45 |
| HSL | 22.77º | 0.94% | 0.28% | - |
| HSV(B) | 22.77º | 0.97% | 0.55% | - |
| XYZ | 12.42 | 8.5 | 1.1 | - |
| YUV | 75.49 | 87.66 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 56 | 4 | 0 | 0.60 | 0.97 | 0.45 | 22.77 | 0.94 | 0.28 |
| Hex | 8D | 38 | 4 | 0 | 3C | 61 | 2D | 17 | 5E | 1C |
| Octal | 215 | 70 | 4 | 0 | 74 | 141 | 55 | 27 | 136 | 34 |
| Binary | 10001101 | 111000 | 100 | 0 | 111100 | 1100001 | 101101 | 10111 | 1011110 | 11100 |
Color Harmonies of #8D3804
Complementary color
Monochromatic Colors of #8D3804
Black with #8D3804
Text Example
Text Example
White with #8D3804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3804; }
p { color: rgb(141,56,4); }
H1.HeaderClassName
{
color: #8D3804;
}
.AnyTagClassName
{
color: #8D3804;
}
</style>
background-color css
<style>
a { background-color: #8D3804; }
a { background-color: rgb(141,56,4); }
div.DivClassName
{
background-color: #8D3804;
}
.BgClassName
{
background-color: #8D3804;
}
</style>
border-color css
<style>
span { border-color: #8D3804; }
span { border-color: rgb(141,56,4); }
td.TdClassName
{
border-color: #8D3804;
}
.TagClassName
{
border-color: #8D3804;
}
</style>