Shades of Crab Apple #8C3A2E
Tints of Crab Apple #8C3A2E
RGB
CMYK
RGB Variations
Color information
#8C3A2E (or 0x8C3A2E) is known color: Crab Apple. HEX triplet: 8C, 3A and 2E. RGB value is (140,58,46). Sum of RGB (Red+Green+Blue) = 140+58+46=244 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.38% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3A2E is #73C5D1. Grayscale: #515151. Windows color (decimal): -7587282 or 3029644. OLE color: 3029644.
HSL color Cylindrical-coordinate representation of color #8C3A2E: hue angle of 7.66º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C3A2E is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 58 | 46 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.45 |
| HSL | 7.66º | 0.51% | 0.36% | - |
| HSV(B) | 7.66º | 0.67% | 0.55% | - |
| XYZ | 12.82 | 8.8 | 3.61 | - |
| YUV | 81.15 | 108.17 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 58 | 46 | 0 | 0.59 | 0.67 | 0.45 | 7.66 | 0.51 | 0.36 |
| Hex | 8C | 3A | 2E | 0 | 3B | 43 | 2D | 8 | 33 | 24 |
| Octal | 214 | 72 | 56 | 0 | 73 | 103 | 55 | 10 | 63 | 44 |
| Binary | 10001100 | 111010 | 101110 | 0 | 111011 | 1000011 | 101101 | 1000 | 110011 | 100100 |
Color Harmonies of #8C3A2E
Complementary color
Monochromatic Colors of #8C3A2E
Black with #8C3A2E
Text Example
Text Example
White with #8C3A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3A2E; }
p { color: rgb(140,58,46); }
H1.HeaderClassName
{
color: #8C3A2E;
}
.AnyTagClassName
{
color: #8C3A2E;
}
</style>
background-color css
<style>
a { background-color: #8C3A2E; }
a { background-color: rgb(140,58,46); }
div.DivClassName
{
background-color: #8C3A2E;
}
.BgClassName
{
background-color: #8C3A2E;
}
</style>
border-color css
<style>
span { border-color: #8C3A2E; }
span { border-color: rgb(140,58,46); }
td.TdClassName
{
border-color: #8C3A2E;
}
.TagClassName
{
border-color: #8C3A2E;
}
</style>