Shades of Crab Apple #84352A
Tints of Crab Apple #84352A
RGB
CMYK
RGB Variations
Color information
#84352A (or 0x84352A) is known color: Crab Apple. HEX triplet: 84, 35 and 2A. RGB value is (132,53,42). Sum of RGB (Red+Green+Blue) = 132+53+42=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #84352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84352A is #7BCAD5. Grayscale: #4B4B4B. Windows color (decimal): -8112854 or 2766212. OLE color: 2766212.
HSL color Cylindrical-coordinate representation of color #84352A: hue angle of 7.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84352A is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 53 | 42 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.48 |
| HSL | 7.33º | 0.52% | 0.34% | - |
| HSV(B) | 7.33º | 0.68% | 0.52% | - |
| XYZ | 11.21 | 7.62 | 3.07 | - |
| YUV | 75.37 | 109.17 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 53 | 42 | 0 | 0.60 | 0.68 | 0.48 | 7.33 | 0.52 | 0.34 |
| Hex | 84 | 35 | 2A | 0 | 3C | 44 | 30 | 7 | 34 | 22 |
| Octal | 204 | 65 | 52 | 0 | 74 | 104 | 60 | 7 | 64 | 42 |
| Binary | 10000100 | 110101 | 101010 | 0 | 111100 | 1000100 | 110000 | 111 | 110100 | 100010 |
Color Harmonies of #84352A
Complementary color
Monochromatic Colors of #84352A
Black with #84352A
Text Example
Text Example
White with #84352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84352A; }
p { color: rgb(132,53,42); }
H1.HeaderClassName
{
color: #84352A;
}
.AnyTagClassName
{
color: #84352A;
}
</style>
background-color css
<style>
a { background-color: #84352A; }
a { background-color: rgb(132,53,42); }
div.DivClassName
{
background-color: #84352A;
}
.BgClassName
{
background-color: #84352A;
}
</style>
border-color css
<style>
span { border-color: #84352A; }
span { border-color: rgb(132,53,42); }
td.TdClassName
{
border-color: #84352A;
}
.TagClassName
{
border-color: #84352A;
}
</style>