Shades of Crab Apple #863A2E
Tints of Crab Apple #863A2E
RGB
CMYK
RGB Variations
Color information
#863A2E (or 0x863A2E) is known color: Crab Apple. HEX triplet: 86, 3A and 2E. RGB value is (134,58,46). Sum of RGB (Red+Green+Blue) = 134+58+46=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #863A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A2E is #79C5D1. Grayscale: #4F4F4F. Windows color (decimal): -7980498 or 3029638. OLE color: 3029638.
HSL color Cylindrical-coordinate representation of color #863A2E: hue angle of 8.18º 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 #863A2E is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 58 | 46 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.47 |
| HSL | 8.18º | 0.49% | 0.35% | - |
| HSV(B) | 8.18º | 0.66% | 0.53% | - |
| XYZ | 11.84 | 8.29 | 3.56 | - |
| YUV | 79.36 | 109.18 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 46 | 0 | 0.57 | 0.66 | 0.47 | 8.18 | 0.49 | 0.35 |
| Hex | 86 | 3A | 2E | 0 | 39 | 42 | 2F | 8 | 31 | 23 |
| Octal | 206 | 72 | 56 | 0 | 71 | 102 | 57 | 10 | 61 | 43 |
| Binary | 10000110 | 111010 | 101110 | 0 | 111001 | 1000010 | 101111 | 1000 | 110001 | 100011 |
Color Harmonies of #863A2E
Complementary color
Monochromatic Colors of #863A2E
Black with #863A2E
Text Example
Text Example
White with #863A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863A2E; }
p { color: rgb(134,58,46); }
H1.HeaderClassName
{
color: #863A2E;
}
.AnyTagClassName
{
color: #863A2E;
}
</style>
background-color css
<style>
a { background-color: #863A2E; }
a { background-color: rgb(134,58,46); }
div.DivClassName
{
background-color: #863A2E;
}
.BgClassName
{
background-color: #863A2E;
}
</style>
border-color css
<style>
span { border-color: #863A2E; }
span { border-color: rgb(134,58,46); }
td.TdClassName
{
border-color: #863A2E;
}
.TagClassName
{
border-color: #863A2E;
}
</style>