Shades of Crab Apple #86352A
Tints of Crab Apple #86352A
RGB
CMYK
RGB Variations
Color information
#86352A (or 0x86352A) is known color: Crab Apple. HEX triplet: 86, 35 and 2A. RGB value is (134,53,42). Sum of RGB (Red+Green+Blue) = 134+53+42=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #86352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86352A is #79CAD5. Grayscale: #4C4C4C. Windows color (decimal): -7981782 or 2766214. OLE color: 2766214.
HSL color Cylindrical-coordinate representation of color #86352A: hue angle of 7.17º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86352A is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 53 | 42 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.47 |
| HSL | 7.17º | 0.52% | 0.35% | - |
| HSV(B) | 7.17º | 0.69% | 0.53% | - |
| XYZ | 11.52 | 7.78 | 3.09 | - |
| YUV | 75.97 | 108.84 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 53 | 42 | 0 | 0.60 | 0.69 | 0.47 | 7.17 | 0.52 | 0.35 |
| Hex | 86 | 35 | 2A | 0 | 3C | 45 | 2F | 7 | 34 | 23 |
| Octal | 206 | 65 | 52 | 0 | 74 | 105 | 57 | 7 | 64 | 43 |
| Binary | 10000110 | 110101 | 101010 | 0 | 111100 | 1000101 | 101111 | 111 | 110100 | 100011 |
Color Harmonies of #86352A
Complementary color
Monochromatic Colors of #86352A
Black with #86352A
Text Example
Text Example
White with #86352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86352A; }
p { color: rgb(134,53,42); }
H1.HeaderClassName
{
color: #86352A;
}
.AnyTagClassName
{
color: #86352A;
}
</style>
background-color css
<style>
a { background-color: #86352A; }
a { background-color: rgb(134,53,42); }
div.DivClassName
{
background-color: #86352A;
}
.BgClassName
{
background-color: #86352A;
}
</style>
border-color css
<style>
span { border-color: #86352A; }
span { border-color: rgb(134,53,42); }
td.TdClassName
{
border-color: #86352A;
}
.TagClassName
{
border-color: #86352A;
}
</style>