Shades of Crab Apple #853B2A
Tints of Crab Apple #853B2A
RGB
CMYK
RGB Variations
Color information
#853B2A (or 0x853B2A) is known color: Crab Apple. HEX triplet: 85, 3B and 2A. RGB value is (133,59,42). Sum of RGB (Red+Green+Blue) = 133+59+42=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #853B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853B2A is #7AC4D5. Grayscale: #4F4F4F. Windows color (decimal): -8045782 or 2767749. OLE color: 2767749.
HSL color Cylindrical-coordinate representation of color #853B2A: hue angle of 11.21º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #853B2A is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 59 | 42 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.48 |
| HSL | 11.21º | 0.52% | 0.34% | - |
| HSV(B) | 11.21º | 0.68% | 0.52% | - |
| XYZ | 11.65 | 8.28 | 3.17 | - |
| YUV | 79.19 | 107.02 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 59 | 42 | 0 | 0.56 | 0.68 | 0.48 | 11.21 | 0.52 | 0.34 |
| Hex | 85 | 3B | 2A | 0 | 38 | 44 | 30 | B | 34 | 22 |
| Octal | 205 | 73 | 52 | 0 | 70 | 104 | 60 | 13 | 64 | 42 |
| Binary | 10000101 | 111011 | 101010 | 0 | 111000 | 1000100 | 110000 | 1011 | 110100 | 100010 |
Color Harmonies of #853B2A
Complementary color
Monochromatic Colors of #853B2A
Black with #853B2A
Text Example
Text Example
White with #853B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853B2A; }
p { color: rgb(133,59,42); }
H1.HeaderClassName
{
color: #853B2A;
}
.AnyTagClassName
{
color: #853B2A;
}
</style>
background-color css
<style>
a { background-color: #853B2A; }
a { background-color: rgb(133,59,42); }
div.DivClassName
{
background-color: #853B2A;
}
.BgClassName
{
background-color: #853B2A;
}
</style>
border-color css
<style>
span { border-color: #853B2A; }
span { border-color: rgb(133,59,42); }
td.TdClassName
{
border-color: #853B2A;
}
.TagClassName
{
border-color: #853B2A;
}
</style>