Shades of Crab Apple #823B2F
Tints of Crab Apple #823B2F
RGB
CMYK
RGB Variations
Color information
#823B2F (or 0x823B2F) is known color: Crab Apple. HEX triplet: 82, 3B and 2F. RGB value is (130,59,47). Sum of RGB (Red+Green+Blue) = 130+59+47=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #823B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823B2F is #7DC4D0. Grayscale: #4E4E4E. Windows color (decimal): -8242385 or 3095426. OLE color: 3095426.
HSL color Cylindrical-coordinate representation of color #823B2F: hue angle of 8.67º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #823B2F is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 59 | 47 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.49 |
| HSL | 8.67º | 0.47% | 0.35% | - |
| HSV(B) | 8.67º | 0.64% | 0.51% | - |
| XYZ | 11.28 | 8.08 | 3.65 | - |
| YUV | 78.86 | 110.02 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 59 | 47 | 0 | 0.55 | 0.64 | 0.49 | 8.67 | 0.47 | 0.35 |
| Hex | 82 | 3B | 2F | 0 | 37 | 40 | 31 | 9 | 2F | 23 |
| Octal | 202 | 73 | 57 | 0 | 67 | 100 | 61 | 11 | 57 | 43 |
| Binary | 10000010 | 111011 | 101111 | 0 | 110111 | 1000000 | 110001 | 1001 | 101111 | 100011 |
Color Harmonies of #823B2F
Complementary color
Monochromatic Colors of #823B2F
Black with #823B2F
Text Example
Text Example
White with #823B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823B2F; }
p { color: rgb(130,59,47); }
H1.HeaderClassName
{
color: #823B2F;
}
.AnyTagClassName
{
color: #823B2F;
}
</style>
background-color css
<style>
a { background-color: #823B2F; }
a { background-color: rgb(130,59,47); }
div.DivClassName
{
background-color: #823B2F;
}
.BgClassName
{
background-color: #823B2F;
}
</style>
border-color css
<style>
span { border-color: #823B2F; }
span { border-color: rgb(130,59,47); }
td.TdClassName
{
border-color: #823B2F;
}
.TagClassName
{
border-color: #823B2F;
}
</style>