Shades of Crab Apple #84342E
Tints of Crab Apple #84342E
RGB
CMYK
RGB Variations
Color information
#84342E (or 0x84342E) is known color: Crab Apple. HEX triplet: 84, 34 and 2E. RGB value is (132,52,46). Sum of RGB (Red+Green+Blue) = 132+52+46=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #84342E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84342E is #7BCBD1. Grayscale: #4B4B4B. Windows color (decimal): -8113106 or 3028100. OLE color: 3028100.
HSL color Cylindrical-coordinate representation of color #84342E: hue angle of 4.19º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84342E is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 52 | 46 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.48 |
| HSL | 4.19º | 0.48% | 0.35% | - |
| HSV(B) | 4.19º | 0.65% | 0.52% | - |
| XYZ | 11.24 | 7.56 | 3.45 | - |
| YUV | 75.24 | 111.5 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 46 | 0 | 0.61 | 0.65 | 0.48 | 4.19 | 0.48 | 0.35 |
| Hex | 84 | 34 | 2E | 0 | 3D | 41 | 30 | 4 | 30 | 23 |
| Octal | 204 | 64 | 56 | 0 | 75 | 101 | 60 | 4 | 60 | 43 |
| Binary | 10000100 | 110100 | 101110 | 0 | 111101 | 1000001 | 110000 | 100 | 110000 | 100011 |
Color Harmonies of #84342E
Complementary color
Monochromatic Colors of #84342E
Black with #84342E
Text Example
Text Example
White with #84342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84342E; }
p { color: rgb(132,52,46); }
H1.HeaderClassName
{
color: #84342E;
}
.AnyTagClassName
{
color: #84342E;
}
</style>
background-color css
<style>
a { background-color: #84342E; }
a { background-color: rgb(132,52,46); }
div.DivClassName
{
background-color: #84342E;
}
.BgClassName
{
background-color: #84342E;
}
</style>
border-color css
<style>
span { border-color: #84342E; }
span { border-color: rgb(132,52,46); }
td.TdClassName
{
border-color: #84342E;
}
.TagClassName
{
border-color: #84342E;
}
</style>