Shades of Crab Apple #803C2E
Tints of Crab Apple #803C2E
RGB
CMYK
RGB Variations
Color information
#803C2E (or 0x803C2E) is known color: Crab Apple. HEX triplet: 80, 3C and 2E. RGB value is (128,60,46). Sum of RGB (Red+Green+Blue) = 128+60+46=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #803C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803C2E is #7FC3D1. Grayscale: #4E4E4E. Windows color (decimal): -8373202 or 3030144. OLE color: 3030144.
HSL color Cylindrical-coordinate representation of color #803C2E: hue angle of 10.24º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #803C2E is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 60 | 46 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.50 |
| HSL | 10.24º | 0.47% | 0.34% | - |
| HSV(B) | 10.24º | 0.64% | 0.5% | - |
| XYZ | 11.01 | 8.02 | 3.55 | - |
| YUV | 78.74 | 109.53 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 46 | 0 | 0.53 | 0.64 | 0.50 | 10.24 | 0.47 | 0.34 |
| Hex | 80 | 3C | 2E | 0 | 35 | 40 | 32 | A | 2F | 22 |
| Octal | 200 | 74 | 56 | 0 | 65 | 100 | 62 | 12 | 57 | 42 |
| Binary | 10000000 | 111100 | 101110 | 0 | 110101 | 1000000 | 110010 | 1010 | 101111 | 100010 |
Color Harmonies of #803C2E
Complementary color
Monochromatic Colors of #803C2E
Black with #803C2E
Text Example
Text Example
White with #803C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C2E; }
p { color: rgb(128,60,46); }
H1.HeaderClassName
{
color: #803C2E;
}
.AnyTagClassName
{
color: #803C2E;
}
</style>
background-color css
<style>
a { background-color: #803C2E; }
a { background-color: rgb(128,60,46); }
div.DivClassName
{
background-color: #803C2E;
}
.BgClassName
{
background-color: #803C2E;
}
</style>
border-color css
<style>
span { border-color: #803C2E; }
span { border-color: rgb(128,60,46); }
td.TdClassName
{
border-color: #803C2E;
}
.TagClassName
{
border-color: #803C2E;
}
</style>