Shades of Saddle Brown #8C310D
Tints of Saddle Brown #8C310D
RGB
CMYK
RGB Variations
Color information
#8C310D (or 0x8C310D) is known color: Saddle Brown. HEX triplet: 8C, 31 and 0D. RGB value is (140,49,13). Sum of RGB (Red+Green+Blue) = 140+49+13=202 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.31% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 140 - color contains mainly: red. Hex color #8C310D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C310D is #73CEF2. Grayscale: #484848. Windows color (decimal): -7589619 or 864652. OLE color: 864652.
HSL color Cylindrical-coordinate representation of color #8C310D: hue angle of 17.01º degrees, saturation: 0.83, 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 #8C310D is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 49 | 13 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.45 |
| HSL | 17.01º | 0.83% | 0.3% | - |
| HSV(B) | 17.01º | 0.91% | 0.55% | - |
| XYZ | 11.99 | 7.8 | 1.25 | - |
| YUV | 72.11 | 94.65 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 49 | 13 | 0 | 0.65 | 0.91 | 0.45 | 17.01 | 0.83 | 0.3 |
| Hex | 8C | 31 | D | 0 | 41 | 5B | 2D | 11 | 53 | 1E |
| Octal | 214 | 61 | 15 | 0 | 101 | 133 | 55 | 21 | 123 | 36 |
| Binary | 10001100 | 110001 | 1101 | 0 | 1000001 | 1011011 | 101101 | 10001 | 1010011 | 11110 |
Color Harmonies of #8C310D
Complementary color
Monochromatic Colors of #8C310D
Black with #8C310D
Text Example
Text Example
White with #8C310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C310D; }
p { color: rgb(140,49,13); }
H1.HeaderClassName
{
color: #8C310D;
}
.AnyTagClassName
{
color: #8C310D;
}
</style>
background-color css
<style>
a { background-color: #8C310D; }
a { background-color: rgb(140,49,13); }
div.DivClassName
{
background-color: #8C310D;
}
.BgClassName
{
background-color: #8C310D;
}
</style>
border-color css
<style>
span { border-color: #8C310D; }
span { border-color: rgb(140,49,13); }
td.TdClassName
{
border-color: #8C310D;
}
.TagClassName
{
border-color: #8C310D;
}
</style>