Shades of Crab Apple #85342C
Tints of Crab Apple #85342C
RGB
CMYK
RGB Variations
Color information
#85342C (or 0x85342C) is known color: Crab Apple. HEX triplet: 85, 34 and 2C. RGB value is (133,52,44). Sum of RGB (Red+Green+Blue) = 133+52+44=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #85342C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85342C is #7ACBD3. Grayscale: #4B4B4B. Windows color (decimal): -8047572 or 2897029. OLE color: 2897029.
HSL color Cylindrical-coordinate representation of color #85342C: hue angle of 5.39º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85342C is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 52 | 44 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.48 |
| HSL | 5.39º | 0.5% | 0.35% | - |
| HSV(B) | 5.39º | 0.67% | 0.52% | - |
| XYZ | 11.36 | 7.62 | 3.26 | - |
| YUV | 75.31 | 110.34 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 44 | 0 | 0.61 | 0.67 | 0.48 | 5.39 | 0.5 | 0.35 |
| Hex | 85 | 34 | 2C | 0 | 3D | 43 | 30 | 5 | 32 | 23 |
| Octal | 205 | 64 | 54 | 0 | 75 | 103 | 60 | 5 | 62 | 43 |
| Binary | 10000101 | 110100 | 101100 | 0 | 111101 | 1000011 | 110000 | 101 | 110010 | 100011 |
Color Harmonies of #85342C
Complementary color
Monochromatic Colors of #85342C
Black with #85342C
Text Example
Text Example
White with #85342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85342C; }
p { color: rgb(133,52,44); }
H1.HeaderClassName
{
color: #85342C;
}
.AnyTagClassName
{
color: #85342C;
}
</style>
background-color css
<style>
a { background-color: #85342C; }
a { background-color: rgb(133,52,44); }
div.DivClassName
{
background-color: #85342C;
}
.BgClassName
{
background-color: #85342C;
}
</style>
border-color css
<style>
span { border-color: #85342C; }
span { border-color: rgb(133,52,44); }
td.TdClassName
{
border-color: #85342C;
}
.TagClassName
{
border-color: #85342C;
}
</style>