Shades of Crab Apple #883530
Tints of Crab Apple #883530
RGB
CMYK
RGB Variations
Color information
#883530 (or 0x883530) is known color: Crab Apple. HEX triplet: 88, 35 and 30. RGB value is (136,53,48). Sum of RGB (Red+Green+Blue) = 136+53+48=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #883530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883530 is #77CACF. Grayscale: #4D4D4D. Windows color (decimal): -7850704 or 3159432. OLE color: 3159432.
HSL color Cylindrical-coordinate representation of color #883530: hue angle of 3.41º degrees, saturation: 0.48, 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 #883530 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 53 | 48 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.47 |
| HSL | 3.41º | 0.48% | 0.36% | - |
| HSV(B) | 3.41º | 0.65% | 0.53% | - |
| XYZ | 11.96 | 7.99 | 3.71 | - |
| YUV | 77.25 | 111.5 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 53 | 48 | 0 | 0.61 | 0.65 | 0.47 | 3.41 | 0.48 | 0.36 |
| Hex | 88 | 35 | 30 | 0 | 3D | 41 | 2F | 3 | 30 | 24 |
| Octal | 210 | 65 | 60 | 0 | 75 | 101 | 57 | 3 | 60 | 44 |
| Binary | 10001000 | 110101 | 110000 | 0 | 111101 | 1000001 | 101111 | 11 | 110000 | 100100 |
Color Harmonies of #883530
Complementary color
Monochromatic Colors of #883530
Black with #883530
Text Example
Text Example
White with #883530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883530; }
p { color: rgb(136,53,48); }
H1.HeaderClassName
{
color: #883530;
}
.AnyTagClassName
{
color: #883530;
}
</style>
background-color css
<style>
a { background-color: #883530; }
a { background-color: rgb(136,53,48); }
div.DivClassName
{
background-color: #883530;
}
.BgClassName
{
background-color: #883530;
}
</style>
border-color css
<style>
span { border-color: #883530; }
span { border-color: rgb(136,53,48); }
td.TdClassName
{
border-color: #883530;
}
.TagClassName
{
border-color: #883530;
}
</style>