Shades of Crab Apple #853B29
Tints of Crab Apple #853B29
RGB
CMYK
RGB Variations
Color information
#853B29 (or 0x853B29) is known color: Crab Apple. HEX triplet: 85, 3B and 29. RGB value is (133,59,41). Sum of RGB (Red+Green+Blue) = 133+59+41=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #853B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853B29 is #7AC4D6. Grayscale: #4F4F4F. Windows color (decimal): -8045783 or 2702213. OLE color: 2702213.
HSL color Cylindrical-coordinate representation of color #853B29: hue angle of 11.74º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #853B29 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 59 | 41 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.48 |
| HSL | 11.74º | 0.53% | 0.34% | - |
| HSV(B) | 11.74º | 0.69% | 0.52% | - |
| XYZ | 11.64 | 8.27 | 3.08 | - |
| YUV | 79.07 | 106.52 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 59 | 41 | 0 | 0.56 | 0.69 | 0.48 | 11.74 | 0.53 | 0.34 |
| Hex | 85 | 3B | 29 | 0 | 38 | 45 | 30 | C | 35 | 22 |
| Octal | 205 | 73 | 51 | 0 | 70 | 105 | 60 | 14 | 65 | 42 |
| Binary | 10000101 | 111011 | 101001 | 0 | 111000 | 1000101 | 110000 | 1100 | 110101 | 100010 |
Color Harmonies of #853B29
Complementary color
Monochromatic Colors of #853B29
Black with #853B29
Text Example
Text Example
White with #853B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853B29; }
p { color: rgb(133,59,41); }
H1.HeaderClassName
{
color: #853B29;
}
.AnyTagClassName
{
color: #853B29;
}
</style>
background-color css
<style>
a { background-color: #853B29; }
a { background-color: rgb(133,59,41); }
div.DivClassName
{
background-color: #853B29;
}
.BgClassName
{
background-color: #853B29;
}
</style>
border-color css
<style>
span { border-color: #853B29; }
span { border-color: rgb(133,59,41); }
td.TdClassName
{
border-color: #853B29;
}
.TagClassName
{
border-color: #853B29;
}
</style>