Shades of Saddle Brown #8D4C01
Tints of Saddle Brown #8D4C01
RGB
CMYK
RGB Variations
Color information
#8D4C01 (or 0x8D4C01) is known color: Saddle Brown. HEX triplet: 8D, 4C and 01. RGB value is (141,76,1). Sum of RGB (Red+Green+Blue) = 141+76+1=218 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.68% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4C01 is #72B3FE. Grayscale: #575757. Windows color (decimal): -7517183 or 85133. OLE color: 85133.
HSL color Cylindrical-coordinate representation of color #8D4C01: hue angle of 32.14º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D4C01 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 76 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.45 |
| HSL | 32.14º | 0.99% | 0.28% | - |
| HSV(B) | 32.14º | 0.99% | 0.55% | - |
| XYZ | 13.57 | 10.83 | 1.4 | - |
| YUV | 86.89 | 79.53 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 1 | 0 | 0.46 | 0.99 | 0.45 | 32.14 | 0.99 | 0.28 |
| Hex | 8D | 4C | 1 | 0 | 2E | 63 | 2D | 20 | 63 | 1C |
| Octal | 215 | 114 | 1 | 0 | 56 | 143 | 55 | 40 | 143 | 34 |
| Binary | 10001101 | 1001100 | 1 | 0 | 101110 | 1100011 | 101101 | 100000 | 1100011 | 11100 |
Color Harmonies of #8D4C01
Complementary color
Monochromatic Colors of #8D4C01
Black with #8D4C01
Text Example
Text Example
White with #8D4C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4C01; }
p { color: rgb(141,76,1); }
H1.HeaderClassName
{
color: #8D4C01;
}
.AnyTagClassName
{
color: #8D4C01;
}
</style>
background-color css
<style>
a { background-color: #8D4C01; }
a { background-color: rgb(141,76,1); }
div.DivClassName
{
background-color: #8D4C01;
}
.BgClassName
{
background-color: #8D4C01;
}
</style>
border-color css
<style>
span { border-color: #8D4C01; }
span { border-color: rgb(141,76,1); }
td.TdClassName
{
border-color: #8D4C01;
}
.TagClassName
{
border-color: #8D4C01;
}
</style>