Shades of Crab Apple #823A2E
Tints of Crab Apple #823A2E
RGB
CMYK
RGB Variations
Color information
#823A2E (or 0x823A2E) is known color: Crab Apple. HEX triplet: 82, 3A and 2E. RGB value is (130,58,46). Sum of RGB (Red+Green+Blue) = 130+58+46=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #823A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823A2E is #7DC5D1. Grayscale: #4E4E4E. Windows color (decimal): -8242642 or 3029634. OLE color: 3029634.
HSL color Cylindrical-coordinate representation of color #823A2E: hue angle of 8.57º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #823A2E is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 58 | 46 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.49 |
| HSL | 8.57º | 0.48% | 0.35% | - |
| HSV(B) | 8.57º | 0.65% | 0.51% | - |
| XYZ | 11.21 | 7.97 | 3.53 | - |
| YUV | 78.16 | 109.85 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 58 | 46 | 0 | 0.55 | 0.65 | 0.49 | 8.57 | 0.48 | 0.35 |
| Hex | 82 | 3A | 2E | 0 | 37 | 41 | 31 | 9 | 30 | 23 |
| Octal | 202 | 72 | 56 | 0 | 67 | 101 | 61 | 11 | 60 | 43 |
| Binary | 10000010 | 111010 | 101110 | 0 | 110111 | 1000001 | 110001 | 1001 | 110000 | 100011 |
Color Harmonies of #823A2E
Complementary color
Monochromatic Colors of #823A2E
Black with #823A2E
Text Example
Text Example
White with #823A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823A2E; }
p { color: rgb(130,58,46); }
H1.HeaderClassName
{
color: #823A2E;
}
.AnyTagClassName
{
color: #823A2E;
}
</style>
background-color css
<style>
a { background-color: #823A2E; }
a { background-color: rgb(130,58,46); }
div.DivClassName
{
background-color: #823A2E;
}
.BgClassName
{
background-color: #823A2E;
}
</style>
border-color css
<style>
span { border-color: #823A2E; }
span { border-color: rgb(130,58,46); }
td.TdClassName
{
border-color: #823A2E;
}
.TagClassName
{
border-color: #823A2E;
}
</style>