Shades of Saddle Brown #8D400F
Tints of Saddle Brown #8D400F
RGB
CMYK
RGB Variations
Color information
#8D400F (or 0x8D400F) is known color: Saddle Brown. HEX triplet: 8D, 40 and 0F. RGB value is (141,64,15). Sum of RGB (Red+Green+Blue) = 141+64+15=220 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.09% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 141 - color contains mainly: red. Hex color #8D400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D400F is #72BFF0. Grayscale: #515151. Windows color (decimal): -7520241 or 999565. OLE color: 999565.
HSL color Cylindrical-coordinate representation of color #8D400F: hue angle of 23.33º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D400F is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 64 | 15 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.45 |
| HSL | 23.33º | 0.81% | 0.31% | - |
| HSV(B) | 23.33º | 0.89% | 0.55% | - |
| XYZ | 12.9 | 9.36 | 1.58 | - |
| YUV | 81.44 | 90.51 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 64 | 15 | 0 | 0.55 | 0.89 | 0.45 | 23.33 | 0.81 | 0.31 |
| Hex | 8D | 40 | F | 0 | 37 | 59 | 2D | 17 | 51 | 1F |
| Octal | 215 | 100 | 17 | 0 | 67 | 131 | 55 | 27 | 121 | 37 |
| Binary | 10001101 | 1000000 | 1111 | 0 | 110111 | 1011001 | 101101 | 10111 | 1010001 | 11111 |
Color Harmonies of #8D400F
Complementary color
Monochromatic Colors of #8D400F
Black with #8D400F
Text Example
Text Example
White with #8D400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D400F; }
p { color: rgb(141,64,15); }
H1.HeaderClassName
{
color: #8D400F;
}
.AnyTagClassName
{
color: #8D400F;
}
</style>
background-color css
<style>
a { background-color: #8D400F; }
a { background-color: rgb(141,64,15); }
div.DivClassName
{
background-color: #8D400F;
}
.BgClassName
{
background-color: #8D400F;
}
</style>
border-color css
<style>
span { border-color: #8D400F; }
span { border-color: rgb(141,64,15); }
td.TdClassName
{
border-color: #8D400F;
}
.TagClassName
{
border-color: #8D400F;
}
</style>