Shades of Crab Apple #843529
Tints of Crab Apple #843529
RGB
CMYK
RGB Variations
Color information
#843529 (or 0x843529) is known color: Crab Apple. HEX triplet: 84, 35 and 29. RGB value is (132,53,41). Sum of RGB (Red+Green+Blue) = 132+53+41=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #843529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843529 is #7BCAD6. Grayscale: #4B4B4B. Windows color (decimal): -8112855 or 2700676. OLE color: 2700676.
HSL color Cylindrical-coordinate representation of color #843529: hue angle of 7.91º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #843529 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 53 | 41 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.48 |
| HSL | 7.91º | 0.53% | 0.34% | - |
| HSV(B) | 7.91º | 0.69% | 0.52% | - |
| XYZ | 11.19 | 7.61 | 2.98 | - |
| YUV | 75.25 | 108.67 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 53 | 41 | 0 | 0.60 | 0.69 | 0.48 | 7.91 | 0.53 | 0.34 |
| Hex | 84 | 35 | 29 | 0 | 3C | 45 | 30 | 8 | 35 | 22 |
| Octal | 204 | 65 | 51 | 0 | 74 | 105 | 60 | 10 | 65 | 42 |
| Binary | 10000100 | 110101 | 101001 | 0 | 111100 | 1000101 | 110000 | 1000 | 110101 | 100010 |
Color Harmonies of #843529
Complementary color
Monochromatic Colors of #843529
Black with #843529
Text Example
Text Example
White with #843529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843529; }
p { color: rgb(132,53,41); }
H1.HeaderClassName
{
color: #843529;
}
.AnyTagClassName
{
color: #843529;
}
</style>
background-color css
<style>
a { background-color: #843529; }
a { background-color: rgb(132,53,41); }
div.DivClassName
{
background-color: #843529;
}
.BgClassName
{
background-color: #843529;
}
</style>
border-color css
<style>
span { border-color: #843529; }
span { border-color: rgb(132,53,41); }
td.TdClassName
{
border-color: #843529;
}
.TagClassName
{
border-color: #843529;
}
</style>