Shades of Saddle Brown #8C310B
Tints of Saddle Brown #8C310B
RGB
CMYK
RGB Variations
Color information
#8C310B (or 0x8C310B) is known color: Saddle Brown. HEX triplet: 8C, 31 and 0B. RGB value is (140,49,11). Sum of RGB (Red+Green+Blue) = 140+49+11=200 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 140 - color contains mainly: red. Hex color #8C310B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C310B is #73CEF4. Grayscale: #484848. Windows color (decimal): -7589621 or 733580. OLE color: 733580.
HSL color Cylindrical-coordinate representation of color #8C310B: hue angle of 17.67º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C310B is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 49 | 11 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.45 |
| HSL | 17.67º | 0.85% | 0.3% | - |
| HSV(B) | 17.67º | 0.92% | 0.55% | - |
| XYZ | 11.97 | 7.8 | 1.19 | - |
| YUV | 71.88 | 93.65 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 49 | 11 | 0 | 0.65 | 0.92 | 0.45 | 17.67 | 0.85 | 0.3 |
| Hex | 8C | 31 | B | 0 | 41 | 5C | 2D | 12 | 55 | 1E |
| Octal | 214 | 61 | 13 | 0 | 101 | 134 | 55 | 22 | 125 | 36 |
| Binary | 10001100 | 110001 | 1011 | 0 | 1000001 | 1011100 | 101101 | 10010 | 1010101 | 11110 |
Color Harmonies of #8C310B
Complementary color
Monochromatic Colors of #8C310B
Black with #8C310B
Text Example
Text Example
White with #8C310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C310B; }
p { color: rgb(140,49,11); }
H1.HeaderClassName
{
color: #8C310B;
}
.AnyTagClassName
{
color: #8C310B;
}
</style>
background-color css
<style>
a { background-color: #8C310B; }
a { background-color: rgb(140,49,11); }
div.DivClassName
{
background-color: #8C310B;
}
.BgClassName
{
background-color: #8C310B;
}
</style>
border-color css
<style>
span { border-color: #8C310B; }
span { border-color: rgb(140,49,11); }
td.TdClassName
{
border-color: #8C310B;
}
.TagClassName
{
border-color: #8C310B;
}
</style>