Shades of Crab Apple #883A2D
Tints of Crab Apple #883A2D
RGB
CMYK
RGB Variations
Color information
#883A2D (or 0x883A2D) is known color: Crab Apple. HEX triplet: 88, 3A and 2D. RGB value is (136,58,45). Sum of RGB (Red+Green+Blue) = 136+58+45=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #883A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883A2D is #77C5D2. Grayscale: #4F4F4F. Windows color (decimal): -7849427 or 2964104. OLE color: 2964104.
HSL color Cylindrical-coordinate representation of color #883A2D: hue angle of 8.57º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #883A2D is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 58 | 45 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.47 |
| HSL | 8.57º | 0.5% | 0.35% | - |
| HSV(B) | 8.57º | 0.67% | 0.53% | - |
| XYZ | 12.14 | 8.45 | 3.47 | - |
| YUV | 79.84 | 108.34 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 45 | 0 | 0.57 | 0.67 | 0.47 | 8.57 | 0.5 | 0.35 |
| Hex | 88 | 3A | 2D | 0 | 39 | 43 | 2F | 9 | 32 | 23 |
| Octal | 210 | 72 | 55 | 0 | 71 | 103 | 57 | 11 | 62 | 43 |
| Binary | 10001000 | 111010 | 101101 | 0 | 111001 | 1000011 | 101111 | 1001 | 110010 | 100011 |
Color Harmonies of #883A2D
Complementary color
Monochromatic Colors of #883A2D
Black with #883A2D
Text Example
Text Example
White with #883A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A2D; }
p { color: rgb(136,58,45); }
H1.HeaderClassName
{
color: #883A2D;
}
.AnyTagClassName
{
color: #883A2D;
}
</style>
background-color css
<style>
a { background-color: #883A2D; }
a { background-color: rgb(136,58,45); }
div.DivClassName
{
background-color: #883A2D;
}
.BgClassName
{
background-color: #883A2D;
}
</style>
border-color css
<style>
span { border-color: #883A2D; }
span { border-color: rgb(136,58,45); }
td.TdClassName
{
border-color: #883A2D;
}
.TagClassName
{
border-color: #883A2D;
}
</style>