Shades of Crab Apple #86352C
Tints of Crab Apple #86352C
RGB
CMYK
RGB Variations
Color information
#86352C (or 0x86352C) is known color: Crab Apple. HEX triplet: 86, 35 and 2C. RGB value is (134,53,44). Sum of RGB (Red+Green+Blue) = 134+53+44=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #86352C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86352C is #79CAD3. Grayscale: #4C4C4C. Windows color (decimal): -7981780 or 2897286. OLE color: 2897286.
HSL color Cylindrical-coordinate representation of color #86352C: hue angle of 6º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86352C is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 53 | 44 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.47 |
| HSL | 6º | 0.51% | 0.35% | - |
| HSV(B) | 6º | 0.67% | 0.53% | - |
| XYZ | 11.56 | 7.8 | 3.28 | - |
| YUV | 76.19 | 109.84 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 53 | 44 | 0 | 0.60 | 0.67 | 0.47 | 6 | 0.51 | 0.35 |
| Hex | 86 | 35 | 2C | 0 | 3C | 43 | 2F | 6 | 33 | 23 |
| Octal | 206 | 65 | 54 | 0 | 74 | 103 | 57 | 6 | 63 | 43 |
| Binary | 10000110 | 110101 | 101100 | 0 | 111100 | 1000011 | 101111 | 110 | 110011 | 100011 |
Color Harmonies of #86352C
Complementary color
Monochromatic Colors of #86352C
Black with #86352C
Text Example
Text Example
White with #86352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86352C; }
p { color: rgb(134,53,44); }
H1.HeaderClassName
{
color: #86352C;
}
.AnyTagClassName
{
color: #86352C;
}
</style>
background-color css
<style>
a { background-color: #86352C; }
a { background-color: rgb(134,53,44); }
div.DivClassName
{
background-color: #86352C;
}
.BgClassName
{
background-color: #86352C;
}
</style>
border-color css
<style>
span { border-color: #86352C; }
span { border-color: rgb(134,53,44); }
td.TdClassName
{
border-color: #86352C;
}
.TagClassName
{
border-color: #86352C;
}
</style>