Shades of Saddle Brown #8D4C19
Tints of Saddle Brown #8D4C19
RGB
CMYK
RGB Variations
Color information
#8D4C19 (or 0x8D4C19) is known color: Saddle Brown. HEX triplet: 8D, 4C and 19. RGB value is (141,76,25). Sum of RGB (Red+Green+Blue) = 141+76+25=242 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.26% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4C19 is #72B3E6. Grayscale: #595959. Windows color (decimal): -7517159 or 1657997. OLE color: 1657997.
HSL color Cylindrical-coordinate representation of color #8D4C19: hue angle of 26.38º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D4C19 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 76 | 25 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.45 |
| HSL | 26.38º | 0.7% | 0.33% | - |
| HSV(B) | 26.38º | 0.82% | 0.55% | - |
| XYZ | 13.74 | 10.9 | 2.3 | - |
| YUV | 89.62 | 91.53 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 25 | 0 | 0.46 | 0.82 | 0.45 | 26.38 | 0.7 | 0.33 |
| Hex | 8D | 4C | 19 | 0 | 2E | 52 | 2D | 1A | 46 | 21 |
| Octal | 215 | 114 | 31 | 0 | 56 | 122 | 55 | 32 | 106 | 41 |
| Binary | 10001101 | 1001100 | 11001 | 0 | 101110 | 1010010 | 101101 | 11010 | 1000110 | 100001 |
Color Harmonies of #8D4C19
Complementary color
Monochromatic Colors of #8D4C19
Black with #8D4C19
Text Example
Text Example
White with #8D4C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4C19; }
p { color: rgb(141,76,25); }
H1.HeaderClassName
{
color: #8D4C19;
}
.AnyTagClassName
{
color: #8D4C19;
}
</style>
background-color css
<style>
a { background-color: #8D4C19; }
a { background-color: rgb(141,76,25); }
div.DivClassName
{
background-color: #8D4C19;
}
.BgClassName
{
background-color: #8D4C19;
}
</style>
border-color css
<style>
span { border-color: #8D4C19; }
span { border-color: rgb(141,76,25); }
td.TdClassName
{
border-color: #8D4C19;
}
.TagClassName
{
border-color: #8D4C19;
}
</style>