Shades of Crab Apple #86342F
Tints of Crab Apple #86342F
RGB
CMYK
RGB Variations
Color information
#86342F (or 0x86342F) is known color: Crab Apple. HEX triplet: 86, 34 and 2F. RGB value is (134,52,47). Sum of RGB (Red+Green+Blue) = 134+52+47=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #86342F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86342F is #79CBD0. Grayscale: #4C4C4C. Windows color (decimal): -7982033 or 3093638. OLE color: 3093638.
HSL color Cylindrical-coordinate representation of color #86342F: hue angle of 3.45º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86342F is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 52 | 47 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.47 |
| HSL | 3.45º | 0.48% | 0.35% | - |
| HSV(B) | 3.45º | 0.65% | 0.53% | - |
| XYZ | 11.57 | 7.73 | 3.57 | - |
| YUV | 75.95 | 111.67 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 52 | 47 | 0 | 0.61 | 0.65 | 0.47 | 3.45 | 0.48 | 0.35 |
| Hex | 86 | 34 | 2F | 0 | 3D | 41 | 2F | 3 | 30 | 23 |
| Octal | 206 | 64 | 57 | 0 | 75 | 101 | 57 | 3 | 60 | 43 |
| Binary | 10000110 | 110100 | 101111 | 0 | 111101 | 1000001 | 101111 | 11 | 110000 | 100011 |
Color Harmonies of #86342F
Complementary color
Monochromatic Colors of #86342F
Black with #86342F
Text Example
Text Example
White with #86342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86342F; }
p { color: rgb(134,52,47); }
H1.HeaderClassName
{
color: #86342F;
}
.AnyTagClassName
{
color: #86342F;
}
</style>
background-color css
<style>
a { background-color: #86342F; }
a { background-color: rgb(134,52,47); }
div.DivClassName
{
background-color: #86342F;
}
.BgClassName
{
background-color: #86342F;
}
</style>
border-color css
<style>
span { border-color: #86342F; }
span { border-color: rgb(134,52,47); }
td.TdClassName
{
border-color: #86342F;
}
.TagClassName
{
border-color: #86342F;
}
</style>