Shades of Crab Apple #86342E
Tints of Crab Apple #86342E
RGB
CMYK
RGB Variations
Color information
#86342E (or 0x86342E) is known color: Crab Apple. HEX triplet: 86, 34 and 2E. RGB value is (134,52,46). Sum of RGB (Red+Green+Blue) = 134+52+46=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #86342E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86342E is #79CBD1. Grayscale: #4B4B4B. Windows color (decimal): -7982034 or 3028102. OLE color: 3028102.
HSL color Cylindrical-coordinate representation of color #86342E: hue angle of 4.09º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86342E is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 52 | 46 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.47 |
| HSL | 4.09º | 0.49% | 0.35% | - |
| HSV(B) | 4.09º | 0.66% | 0.53% | - |
| XYZ | 11.55 | 7.72 | 3.47 | - |
| YUV | 75.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 52 | 46 | 0 | 0.61 | 0.66 | 0.47 | 4.09 | 0.49 | 0.35 |
| Hex | 86 | 34 | 2E | 0 | 3D | 42 | 2F | 4 | 31 | 23 |
| Octal | 206 | 64 | 56 | 0 | 75 | 102 | 57 | 4 | 61 | 43 |
| Binary | 10000110 | 110100 | 101110 | 0 | 111101 | 1000010 | 101111 | 100 | 110001 | 100011 |
Color Harmonies of #86342E
Complementary color
Monochromatic Colors of #86342E
Black with #86342E
Text Example
Text Example
White with #86342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86342E; }
p { color: rgb(134,52,46); }
H1.HeaderClassName
{
color: #86342E;
}
.AnyTagClassName
{
color: #86342E;
}
</style>
background-color css
<style>
a { background-color: #86342E; }
a { background-color: rgb(134,52,46); }
div.DivClassName
{
background-color: #86342E;
}
.BgClassName
{
background-color: #86342E;
}
</style>
border-color css
<style>
span { border-color: #86342E; }
span { border-color: rgb(134,52,46); }
td.TdClassName
{
border-color: #86342E;
}
.TagClassName
{
border-color: #86342E;
}
</style>