Shades of Crab Apple #883A2F
Tints of Crab Apple #883A2F
RGB
CMYK
RGB Variations
Color information
#883A2F (or 0x883A2F) is known color: Crab Apple. HEX triplet: 88, 3A and 2F. RGB value is (136,58,47). Sum of RGB (Red+Green+Blue) = 136+58+47=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #883A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883A2F is #77C5D0. Grayscale: #505050. Windows color (decimal): -7849425 or 3095176. OLE color: 3095176.
HSL color Cylindrical-coordinate representation of color #883A2F: hue angle of 7.42º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883A2F is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 58 | 47 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.47 |
| HSL | 7.42º | 0.49% | 0.36% | - |
| HSV(B) | 7.42º | 0.65% | 0.53% | - |
| XYZ | 12.18 | 8.47 | 3.68 | - |
| YUV | 80.07 | 109.34 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 47 | 0 | 0.57 | 0.65 | 0.47 | 7.42 | 0.49 | 0.36 |
| Hex | 88 | 3A | 2F | 0 | 39 | 41 | 2F | 7 | 31 | 24 |
| Octal | 210 | 72 | 57 | 0 | 71 | 101 | 57 | 7 | 61 | 44 |
| Binary | 10001000 | 111010 | 101111 | 0 | 111001 | 1000001 | 101111 | 111 | 110001 | 100100 |
Color Harmonies of #883A2F
Complementary color
Monochromatic Colors of #883A2F
Black with #883A2F
Text Example
Text Example
White with #883A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A2F; }
p { color: rgb(136,58,47); }
H1.HeaderClassName
{
color: #883A2F;
}
.AnyTagClassName
{
color: #883A2F;
}
</style>
background-color css
<style>
a { background-color: #883A2F; }
a { background-color: rgb(136,58,47); }
div.DivClassName
{
background-color: #883A2F;
}
.BgClassName
{
background-color: #883A2F;
}
</style>
border-color css
<style>
span { border-color: #883A2F; }
span { border-color: rgb(136,58,47); }
td.TdClassName
{
border-color: #883A2F;
}
.TagClassName
{
border-color: #883A2F;
}
</style>