Shades of Saddle Brown #8D4C07
Tints of Saddle Brown #8D4C07
RGB
CMYK
RGB Variations
Color information
#8D4C07 (or 0x8D4C07) is known color: Saddle Brown. HEX triplet: 8D, 4C and 07. RGB value is (141,76,7). Sum of RGB (Red+Green+Blue) = 141+76+7=224 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.95% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4C07 is #72B3F8. Grayscale: #575757. Windows color (decimal): -7517177 or 478349. OLE color: 478349.
HSL color Cylindrical-coordinate representation of color #8D4C07: hue angle of 30.9º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D4C07 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 76 | 7 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.45 |
| HSL | 30.9º | 0.91% | 0.29% | - |
| HSV(B) | 30.9º | 0.95% | 0.55% | - |
| XYZ | 13.61 | 10.85 | 1.58 | - |
| YUV | 87.57 | 82.53 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 7 | 0 | 0.46 | 0.95 | 0.45 | 30.9 | 0.91 | 0.29 |
| Hex | 8D | 4C | 7 | 0 | 2E | 5F | 2D | 1F | 5B | 1D |
| Octal | 215 | 114 | 7 | 0 | 56 | 137 | 55 | 37 | 133 | 35 |
| Binary | 10001101 | 1001100 | 111 | 0 | 101110 | 1011111 | 101101 | 11111 | 1011011 | 11101 |
Color Harmonies of #8D4C07
Complementary color
Monochromatic Colors of #8D4C07
Black with #8D4C07
Text Example
Text Example
White with #8D4C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4C07; }
p { color: rgb(141,76,7); }
H1.HeaderClassName
{
color: #8D4C07;
}
.AnyTagClassName
{
color: #8D4C07;
}
</style>
background-color css
<style>
a { background-color: #8D4C07; }
a { background-color: rgb(141,76,7); }
div.DivClassName
{
background-color: #8D4C07;
}
.BgClassName
{
background-color: #8D4C07;
}
</style>
border-color css
<style>
span { border-color: #8D4C07; }
span { border-color: rgb(141,76,7); }
td.TdClassName
{
border-color: #8D4C07;
}
.TagClassName
{
border-color: #8D4C07;
}
</style>