Shades of Crab Apple #843C2B
Tints of Crab Apple #843C2B
RGB
CMYK
RGB Variations
Color information
#843C2B (or 0x843C2B) is known color: Crab Apple. HEX triplet: 84, 3C and 2B. RGB value is (132,60,43). Sum of RGB (Red+Green+Blue) = 132+60+43=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #843C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843C2B is #7BC3D4. Grayscale: #4F4F4F. Windows color (decimal): -8111061 or 2833540. OLE color: 2833540.
HSL color Cylindrical-coordinate representation of color #843C2B: hue angle of 11.46º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #843C2B is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 43 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.48 |
| HSL | 11.46º | 0.51% | 0.34% | - |
| HSV(B) | 11.46º | 0.67% | 0.52% | - |
| XYZ | 11.57 | 8.31 | 3.28 | - |
| YUV | 79.59 | 107.35 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 43 | 0 | 0.55 | 0.67 | 0.48 | 11.46 | 0.51 | 0.34 |
| Hex | 84 | 3C | 2B | 0 | 37 | 43 | 30 | B | 33 | 22 |
| Octal | 204 | 74 | 53 | 0 | 67 | 103 | 60 | 13 | 63 | 42 |
| Binary | 10000100 | 111100 | 101011 | 0 | 110111 | 1000011 | 110000 | 1011 | 110011 | 100010 |
Color Harmonies of #843C2B
Complementary color
Monochromatic Colors of #843C2B
Black with #843C2B
Text Example
Text Example
White with #843C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C2B; }
p { color: rgb(132,60,43); }
H1.HeaderClassName
{
color: #843C2B;
}
.AnyTagClassName
{
color: #843C2B;
}
</style>
background-color css
<style>
a { background-color: #843C2B; }
a { background-color: rgb(132,60,43); }
div.DivClassName
{
background-color: #843C2B;
}
.BgClassName
{
background-color: #843C2B;
}
</style>
border-color css
<style>
span { border-color: #843C2B; }
span { border-color: rgb(132,60,43); }
td.TdClassName
{
border-color: #843C2B;
}
.TagClassName
{
border-color: #843C2B;
}
</style>