Shades of Crab Apple #8C382F
Tints of Crab Apple #8C382F
RGB
CMYK
RGB Variations
Color information
#8C382F (or 0x8C382F) is known color: Crab Apple. HEX triplet: 8C, 38 and 2F. RGB value is (140,56,47). Sum of RGB (Red+Green+Blue) = 140+56+47=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C382F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C382F is #73C7D0. Grayscale: #505050. Windows color (decimal): -7587793 or 3094668. OLE color: 3094668.
HSL color Cylindrical-coordinate representation of color #8C382F: hue angle of 5.81º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C382F is Cyan = 0, Magento = 0.6, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 56 | 47 | - |
| CMYK | 0 | 0.6 | 0.66 | 0.45 |
| HSL | 5.81º | 0.5% | 0.37% | - |
| HSV(B) | 5.81º | 0.66% | 0.55% | - |
| XYZ | 12.74 | 8.61 | 3.68 | - |
| YUV | 80.09 | 109.33 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 47 | 0 | 0.6 | 0.66 | 0.45 | 5.81 | 0.5 | 0.37 |
| Hex | 8C | 38 | 2F | 0 | 3C | 42 | 2D | 6 | 32 | 25 |
| Octal | 214 | 70 | 57 | 0 | 74 | 102 | 55 | 6 | 62 | 45 |
| Binary | 10001100 | 111000 | 101111 | 0 | 111100 | 1000010 | 101101 | 110 | 110010 | 100101 |
Color Harmonies of #8C382F
Complementary color
Monochromatic Colors of #8C382F
Black with #8C382F
Text Example
Text Example
White with #8C382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C382F; }
p { color: rgb(140,56,47); }
H1.HeaderClassName
{
color: #8C382F;
}
.AnyTagClassName
{
color: #8C382F;
}
</style>
background-color css
<style>
a { background-color: #8C382F; }
a { background-color: rgb(140,56,47); }
div.DivClassName
{
background-color: #8C382F;
}
.BgClassName
{
background-color: #8C382F;
}
</style>
border-color css
<style>
span { border-color: #8C382F; }
span { border-color: rgb(140,56,47); }
td.TdClassName
{
border-color: #8C382F;
}
.TagClassName
{
border-color: #8C382F;
}
</style>