Shades of Crab Apple #883B2C
Tints of Crab Apple #883B2C
RGB
CMYK
RGB Variations
Color information
#883B2C (or 0x883B2C) is known color: Crab Apple. HEX triplet: 88, 3B and 2C. RGB value is (136,59,44). Sum of RGB (Red+Green+Blue) = 136+59+44=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #883B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883B2C is #77C4D3. Grayscale: #505050. Windows color (decimal): -7849172 or 2898824. OLE color: 2898824.
HSL color Cylindrical-coordinate representation of color #883B2C: hue angle of 9.78º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #883B2C is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 44 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.47 |
| HSL | 9.78º | 0.51% | 0.35% | - |
| HSV(B) | 9.78º | 0.68% | 0.53% | - |
| XYZ | 12.17 | 8.54 | 3.39 | - |
| YUV | 80.31 | 107.51 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 44 | 0 | 0.57 | 0.68 | 0.47 | 9.78 | 0.51 | 0.35 |
| Hex | 88 | 3B | 2C | 0 | 39 | 44 | 2F | A | 33 | 23 |
| Octal | 210 | 73 | 54 | 0 | 71 | 104 | 57 | 12 | 63 | 43 |
| Binary | 10001000 | 111011 | 101100 | 0 | 111001 | 1000100 | 101111 | 1010 | 110011 | 100011 |
Color Harmonies of #883B2C
Complementary color
Monochromatic Colors of #883B2C
Black with #883B2C
Text Example
Text Example
White with #883B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B2C; }
p { color: rgb(136,59,44); }
H1.HeaderClassName
{
color: #883B2C;
}
.AnyTagClassName
{
color: #883B2C;
}
</style>
background-color css
<style>
a { background-color: #883B2C; }
a { background-color: rgb(136,59,44); }
div.DivClassName
{
background-color: #883B2C;
}
.BgClassName
{
background-color: #883B2C;
}
</style>
border-color css
<style>
span { border-color: #883B2C; }
span { border-color: rgb(136,59,44); }
td.TdClassName
{
border-color: #883B2C;
}
.TagClassName
{
border-color: #883B2C;
}
</style>