Shades of Saddle Brown #8D370F
Tints of Saddle Brown #8D370F
RGB
CMYK
RGB Variations
Color information
#8D370F (or 0x8D370F) is known color: Saddle Brown. HEX triplet: 8D, 37 and 0F. RGB value is (141,55,15). Sum of RGB (Red+Green+Blue) = 141+55+15=211 (27% of max value = 765). Red value is 141 (55.47% from 255 or 66.82% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 141 - color contains mainly: red. Hex color #8D370F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D370F is #72C8F0. Grayscale: #4C4C4C. Windows color (decimal): -7522545 or 997261. OLE color: 997261.
HSL color Cylindrical-coordinate representation of color #8D370F: hue angle of 19.05º 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 #8D370F is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 55 | 15 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.45 |
| HSL | 19.05º | 0.81% | 0.31% | - |
| HSV(B) | 19.05º | 0.89% | 0.55% | - |
| XYZ | 12.44 | 8.43 | 1.42 | - |
| YUV | 76.15 | 93.49 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 15 | 0 | 0.61 | 0.89 | 0.45 | 19.05 | 0.81 | 0.31 |
| Hex | 8D | 37 | F | 0 | 3D | 59 | 2D | 13 | 51 | 1F |
| Octal | 215 | 67 | 17 | 0 | 75 | 131 | 55 | 23 | 121 | 37 |
| Binary | 10001101 | 110111 | 1111 | 0 | 111101 | 1011001 | 101101 | 10011 | 1010001 | 11111 |
Color Harmonies of #8D370F
Complementary color
Monochromatic Colors of #8D370F
Black with #8D370F
Text Example
Text Example
White with #8D370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D370F; }
p { color: rgb(141,55,15); }
H1.HeaderClassName
{
color: #8D370F;
}
.AnyTagClassName
{
color: #8D370F;
}
</style>
background-color css
<style>
a { background-color: #8D370F; }
a { background-color: rgb(141,55,15); }
div.DivClassName
{
background-color: #8D370F;
}
.BgClassName
{
background-color: #8D370F;
}
</style>
border-color css
<style>
span { border-color: #8D370F; }
span { border-color: rgb(141,55,15); }
td.TdClassName
{
border-color: #8D370F;
}
.TagClassName
{
border-color: #8D370F;
}
</style>