Shades of Crab Apple #873A2A
Tints of Crab Apple #873A2A
RGB
CMYK
RGB Variations
Color information
#873A2A (or 0x873A2A) is known color: Crab Apple. HEX triplet: 87, 3A and 2A. RGB value is (135,58,42). Sum of RGB (Red+Green+Blue) = 135+58+42=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #873A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873A2A is #78C5D5. Grayscale: #4F4F4F. Windows color (decimal): -7914966 or 2767495. OLE color: 2767495.
HSL color Cylindrical-coordinate representation of color #873A2A: hue angle of 10.32º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #873A2A is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 58 | 42 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.47 |
| HSL | 10.32º | 0.53% | 0.35% | - |
| HSV(B) | 10.32º | 0.69% | 0.53% | - |
| XYZ | 11.92 | 8.34 | 3.17 | - |
| YUV | 79.2 | 107.01 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 58 | 42 | 0 | 0.57 | 0.69 | 0.47 | 10.32 | 0.53 | 0.35 |
| Hex | 87 | 3A | 2A | 0 | 39 | 45 | 2F | A | 35 | 23 |
| Octal | 207 | 72 | 52 | 0 | 71 | 105 | 57 | 12 | 65 | 43 |
| Binary | 10000111 | 111010 | 101010 | 0 | 111001 | 1000101 | 101111 | 1010 | 110101 | 100011 |
Color Harmonies of #873A2A
Complementary color
Monochromatic Colors of #873A2A
Black with #873A2A
Text Example
Text Example
White with #873A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873A2A; }
p { color: rgb(135,58,42); }
H1.HeaderClassName
{
color: #873A2A;
}
.AnyTagClassName
{
color: #873A2A;
}
</style>
background-color css
<style>
a { background-color: #873A2A; }
a { background-color: rgb(135,58,42); }
div.DivClassName
{
background-color: #873A2A;
}
.BgClassName
{
background-color: #873A2A;
}
</style>
border-color css
<style>
span { border-color: #873A2A; }
span { border-color: rgb(135,58,42); }
td.TdClassName
{
border-color: #873A2A;
}
.TagClassName
{
border-color: #873A2A;
}
</style>