Shades of Saddle Brown #8D400C
Tints of Saddle Brown #8D400C
RGB
CMYK
RGB Variations
Color information
#8D400C (or 0x8D400C) is known color: Saddle Brown. HEX triplet: 8D, 40 and 0C. RGB value is (141,64,12). Sum of RGB (Red+Green+Blue) = 141+64+12=217 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.98% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 141 - color contains mainly: red. Hex color #8D400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D400C is #72BFF3. Grayscale: #515151. Windows color (decimal): -7520244 or 802957. OLE color: 802957.
HSL color Cylindrical-coordinate representation of color #8D400C: hue angle of 24.19º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D400C is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 64 | 12 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.45 |
| HSL | 24.19º | 0.84% | 0.3% | - |
| HSV(B) | 24.19º | 0.91% | 0.55% | - |
| XYZ | 12.88 | 9.36 | 1.47 | - |
| YUV | 81.1 | 89.01 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 64 | 12 | 0 | 0.55 | 0.91 | 0.45 | 24.19 | 0.84 | 0.3 |
| Hex | 8D | 40 | C | 0 | 37 | 5B | 2D | 18 | 54 | 1E |
| Octal | 215 | 100 | 14 | 0 | 67 | 133 | 55 | 30 | 124 | 36 |
| Binary | 10001101 | 1000000 | 1100 | 0 | 110111 | 1011011 | 101101 | 11000 | 1010100 | 11110 |
Color Harmonies of #8D400C
Complementary color
Monochromatic Colors of #8D400C
Black with #8D400C
Text Example
Text Example
White with #8D400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D400C; }
p { color: rgb(141,64,12); }
H1.HeaderClassName
{
color: #8D400C;
}
.AnyTagClassName
{
color: #8D400C;
}
</style>
background-color css
<style>
a { background-color: #8D400C; }
a { background-color: rgb(141,64,12); }
div.DivClassName
{
background-color: #8D400C;
}
.BgClassName
{
background-color: #8D400C;
}
</style>
border-color css
<style>
span { border-color: #8D400C; }
span { border-color: rgb(141,64,12); }
td.TdClassName
{
border-color: #8D400C;
}
.TagClassName
{
border-color: #8D400C;
}
</style>