Shades of Crab Apple #823B2D
Tints of Crab Apple #823B2D
RGB
CMYK
RGB Variations
Color information
#823B2D (or 0x823B2D) is known color: Crab Apple. HEX triplet: 82, 3B and 2D. RGB value is (130,59,45). Sum of RGB (Red+Green+Blue) = 130+59+45=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #823B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823B2D is #7DC4D2. Grayscale: #4E4E4E. Windows color (decimal): -8242387 or 2964354. OLE color: 2964354.
HSL color Cylindrical-coordinate representation of color #823B2D: hue angle of 9.88º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #823B2D is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 59 | 45 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.49 |
| HSL | 9.88º | 0.49% | 0.34% | - |
| HSV(B) | 9.88º | 0.65% | 0.51% | - |
| XYZ | 11.24 | 8.06 | 3.45 | - |
| YUV | 78.63 | 109.02 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 59 | 45 | 0 | 0.55 | 0.65 | 0.49 | 9.88 | 0.49 | 0.34 |
| Hex | 82 | 3B | 2D | 0 | 37 | 41 | 31 | A | 31 | 22 |
| Octal | 202 | 73 | 55 | 0 | 67 | 101 | 61 | 12 | 61 | 42 |
| Binary | 10000010 | 111011 | 101101 | 0 | 110111 | 1000001 | 110001 | 1010 | 110001 | 100010 |
Color Harmonies of #823B2D
Complementary color
Monochromatic Colors of #823B2D
Black with #823B2D
Text Example
Text Example
White with #823B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823B2D; }
p { color: rgb(130,59,45); }
H1.HeaderClassName
{
color: #823B2D;
}
.AnyTagClassName
{
color: #823B2D;
}
</style>
background-color css
<style>
a { background-color: #823B2D; }
a { background-color: rgb(130,59,45); }
div.DivClassName
{
background-color: #823B2D;
}
.BgClassName
{
background-color: #823B2D;
}
</style>
border-color css
<style>
span { border-color: #823B2D; }
span { border-color: rgb(130,59,45); }
td.TdClassName
{
border-color: #823B2D;
}
.TagClassName
{
border-color: #823B2D;
}
</style>