Shades of Crab Apple #843B2F
Tints of Crab Apple #843B2F
RGB
CMYK
RGB Variations
Color information
#843B2F (or 0x843B2F) is known color: Crab Apple. HEX triplet: 84, 3B and 2F. RGB value is (132,59,47). Sum of RGB (Red+Green+Blue) = 132+59+47=238 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.46% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 132 - color contains mainly: red. Hex color #843B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843B2F is #7BC4D0. Grayscale: #4F4F4F. Windows color (decimal): -8111313 or 3095428. OLE color: 3095428.
HSL color Cylindrical-coordinate representation of color #843B2F: hue angle of 8.47º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #843B2F is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 59 | 47 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.48 |
| HSL | 8.47º | 0.47% | 0.35% | - |
| HSV(B) | 8.47º | 0.64% | 0.52% | - |
| XYZ | 11.59 | 8.24 | 3.67 | - |
| YUV | 79.46 | 109.68 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 59 | 47 | 0 | 0.55 | 0.64 | 0.48 | 8.47 | 0.47 | 0.35 |
| Hex | 84 | 3B | 2F | 0 | 37 | 40 | 30 | 8 | 2F | 23 |
| Octal | 204 | 73 | 57 | 0 | 67 | 100 | 60 | 10 | 57 | 43 |
| Binary | 10000100 | 111011 | 101111 | 0 | 110111 | 1000000 | 110000 | 1000 | 101111 | 100011 |
Color Harmonies of #843B2F
Complementary color
Monochromatic Colors of #843B2F
Black with #843B2F
Text Example
Text Example
White with #843B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843B2F; }
p { color: rgb(132,59,47); }
H1.HeaderClassName
{
color: #843B2F;
}
.AnyTagClassName
{
color: #843B2F;
}
</style>
background-color css
<style>
a { background-color: #843B2F; }
a { background-color: rgb(132,59,47); }
div.DivClassName
{
background-color: #843B2F;
}
.BgClassName
{
background-color: #843B2F;
}
</style>
border-color css
<style>
span { border-color: #843B2F; }
span { border-color: rgb(132,59,47); }
td.TdClassName
{
border-color: #843B2F;
}
.TagClassName
{
border-color: #843B2F;
}
</style>