Shades of Crab Apple #893B2C
Tints of Crab Apple #893B2C
RGB
CMYK
RGB Variations
Color information
#893B2C (or 0x893B2C) is known color: Crab Apple. HEX triplet: 89, 3B and 2C. RGB value is (137,59,44). Sum of RGB (Red+Green+Blue) = 137+59+44=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #893B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893B2C is #76C4D3. Grayscale: #505050. Windows color (decimal): -7783636 or 2898825. OLE color: 2898825.
HSL color Cylindrical-coordinate representation of color #893B2C: hue angle of 9.68º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #893B2C is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 59 | 44 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.46 |
| HSL | 9.68º | 0.51% | 0.35% | - |
| HSV(B) | 9.68º | 0.68% | 0.54% | - |
| XYZ | 12.34 | 8.63 | 3.4 | - |
| YUV | 80.61 | 107.34 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 44 | 0 | 0.57 | 0.68 | 0.46 | 9.68 | 0.51 | 0.35 |
| Hex | 89 | 3B | 2C | 0 | 39 | 44 | 2E | A | 33 | 23 |
| Octal | 211 | 73 | 54 | 0 | 71 | 104 | 56 | 12 | 63 | 43 |
| Binary | 10001001 | 111011 | 101100 | 0 | 111001 | 1000100 | 101110 | 1010 | 110011 | 100011 |
Color Harmonies of #893B2C
Complementary color
Monochromatic Colors of #893B2C
Black with #893B2C
Text Example
Text Example
White with #893B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893B2C; }
p { color: rgb(137,59,44); }
H1.HeaderClassName
{
color: #893B2C;
}
.AnyTagClassName
{
color: #893B2C;
}
</style>
background-color css
<style>
a { background-color: #893B2C; }
a { background-color: rgb(137,59,44); }
div.DivClassName
{
background-color: #893B2C;
}
.BgClassName
{
background-color: #893B2C;
}
</style>
border-color css
<style>
span { border-color: #893B2C; }
span { border-color: rgb(137,59,44); }
td.TdClassName
{
border-color: #893B2C;
}
.TagClassName
{
border-color: #893B2C;
}
</style>