Shades of Crab Apple #823932
Tints of Crab Apple #823932
RGB
CMYK
RGB Variations
Color information
#823932 (or 0x823932) is known color: Crab Apple. HEX triplet: 82, 39 and 32. RGB value is (130,57,50). Sum of RGB (Red+Green+Blue) = 130+57+50=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #823932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823932 is #7DC6CD. Grayscale: #4E4E4E. Windows color (decimal): -8242894 or 3291522. OLE color: 3291522.
HSL color Cylindrical-coordinate representation of color #823932: hue angle of 5.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #823932 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 57 | 50 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.49 |
| HSL | 5.25º | 0.44% | 0.35% | - |
| HSV(B) | 5.25º | 0.62% | 0.51% | - |
| XYZ | 11.24 | 7.9 | 3.95 | - |
| YUV | 78.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 57 | 50 | 0 | 0.56 | 0.62 | 0.49 | 5.25 | 0.44 | 0.35 |
| Hex | 82 | 39 | 32 | 0 | 38 | 3E | 31 | 5 | 2C | 23 |
| Octal | 202 | 71 | 62 | 0 | 70 | 76 | 61 | 5 | 54 | 43 |
| Binary | 10000010 | 111001 | 110010 | 0 | 111000 | 111110 | 110001 | 101 | 101100 | 100011 |
Color Harmonies of #823932
Complementary color
Monochromatic Colors of #823932
Black with #823932
Text Example
Text Example
White with #823932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823932; }
p { color: rgb(130,57,50); }
H1.HeaderClassName
{
color: #823932;
}
.AnyTagClassName
{
color: #823932;
}
</style>
background-color css
<style>
a { background-color: #823932; }
a { background-color: rgb(130,57,50); }
div.DivClassName
{
background-color: #823932;
}
.BgClassName
{
background-color: #823932;
}
</style>
border-color css
<style>
span { border-color: #823932; }
span { border-color: rgb(130,57,50); }
td.TdClassName
{
border-color: #823932;
}
.TagClassName
{
border-color: #823932;
}
</style>