Shades of Crab Apple #84362E
Tints of Crab Apple #84362E
RGB
CMYK
RGB Variations
Color information
#84362E (or 0x84362E) is known color: Crab Apple. HEX triplet: 84, 36 and 2E. RGB value is (132,54,46). Sum of RGB (Red+Green+Blue) = 132+54+46=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #84362E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84362E is #7BC9D1. Grayscale: #4C4C4C. Windows color (decimal): -8112594 or 3028612. OLE color: 3028612.
HSL color Cylindrical-coordinate representation of color #84362E: hue angle of 5.58º 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 #84362E is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 54 | 46 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.48 |
| HSL | 5.58º | 0.48% | 0.35% | - |
| HSV(B) | 5.58º | 0.65% | 0.52% | - |
| XYZ | 11.33 | 7.74 | 3.48 | - |
| YUV | 76.41 | 110.84 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 46 | 0 | 0.59 | 0.65 | 0.48 | 5.58 | 0.48 | 0.35 |
| Hex | 84 | 36 | 2E | 0 | 3B | 41 | 30 | 6 | 30 | 23 |
| Octal | 204 | 66 | 56 | 0 | 73 | 101 | 60 | 6 | 60 | 43 |
| Binary | 10000100 | 110110 | 101110 | 0 | 111011 | 1000001 | 110000 | 110 | 110000 | 100011 |
Color Harmonies of #84362E
Complementary color
Monochromatic Colors of #84362E
Black with #84362E
Text Example
Text Example
White with #84362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84362E; }
p { color: rgb(132,54,46); }
H1.HeaderClassName
{
color: #84362E;
}
.AnyTagClassName
{
color: #84362E;
}
</style>
background-color css
<style>
a { background-color: #84362E; }
a { background-color: rgb(132,54,46); }
div.DivClassName
{
background-color: #84362E;
}
.BgClassName
{
background-color: #84362E;
}
</style>
border-color css
<style>
span { border-color: #84362E; }
span { border-color: rgb(132,54,46); }
td.TdClassName
{
border-color: #84362E;
}
.TagClassName
{
border-color: #84362E;
}
</style>