Shades of Crab Apple #8C342C
Tints of Crab Apple #8C342C
RGB
CMYK
RGB Variations
Color information
#8C342C (or 0x8C342C) is known color: Crab Apple. HEX triplet: 8C, 34 and 2C. RGB value is (140,52,44). Sum of RGB (Red+Green+Blue) = 140+52+44=236 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.32% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 140 - color contains mainly: red. Hex color #8C342C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C342C is #73CBD3. Grayscale: #4D4D4D. Windows color (decimal): -7588820 or 2897036. OLE color: 2897036.
HSL color Cylindrical-coordinate representation of color #8C342C: hue angle of 5º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C342C is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 44 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.45 |
| HSL | 5º | 0.52% | 0.36% | - |
| HSV(B) | 5º | 0.69% | 0.55% | - |
| XYZ | 12.5 | 8.21 | 3.31 | - |
| YUV | 77.4 | 109.15 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 44 | 0 | 0.63 | 0.69 | 0.45 | 5 | 0.52 | 0.36 |
| Hex | 8C | 34 | 2C | 0 | 3F | 45 | 2D | 5 | 34 | 24 |
| Octal | 214 | 64 | 54 | 0 | 77 | 105 | 55 | 5 | 64 | 44 |
| Binary | 10001100 | 110100 | 101100 | 0 | 111111 | 1000101 | 101101 | 101 | 110100 | 100100 |
Color Harmonies of #8C342C
Complementary color
Monochromatic Colors of #8C342C
Black with #8C342C
Text Example
Text Example
White with #8C342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C342C; }
p { color: rgb(140,52,44); }
H1.HeaderClassName
{
color: #8C342C;
}
.AnyTagClassName
{
color: #8C342C;
}
</style>
background-color css
<style>
a { background-color: #8C342C; }
a { background-color: rgb(140,52,44); }
div.DivClassName
{
background-color: #8C342C;
}
.BgClassName
{
background-color: #8C342C;
}
</style>
border-color css
<style>
span { border-color: #8C342C; }
span { border-color: rgb(140,52,44); }
td.TdClassName
{
border-color: #8C342C;
}
.TagClassName
{
border-color: #8C342C;
}
</style>