Shades of Crab Apple #8B382C
Tints of Crab Apple #8B382C
RGB
CMYK
RGB Variations
Color information
#8B382C (or 0x8B382C) is known color: Crab Apple. HEX triplet: 8B, 38 and 2C. RGB value is (139,56,44). Sum of RGB (Red+Green+Blue) = 139+56+44=239 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.16% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 139 - color contains mainly: red. Hex color #8B382C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B382C is #74C7D3. Grayscale: #4F4F4F. Windows color (decimal): -7653332 or 2898059. OLE color: 2898059.
HSL color Cylindrical-coordinate representation of color #8B382C: hue angle of 7.58º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B382C is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 56 | 44 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.45 |
| HSL | 7.58º | 0.52% | 0.36% | - |
| HSV(B) | 7.58º | 0.68% | 0.55% | - |
| XYZ | 12.52 | 8.5 | 3.36 | - |
| YUV | 79.45 | 108 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 56 | 44 | 0 | 0.60 | 0.68 | 0.45 | 7.58 | 0.52 | 0.36 |
| Hex | 8B | 38 | 2C | 0 | 3C | 44 | 2D | 8 | 34 | 24 |
| Octal | 213 | 70 | 54 | 0 | 74 | 104 | 55 | 10 | 64 | 44 |
| Binary | 10001011 | 111000 | 101100 | 0 | 111100 | 1000100 | 101101 | 1000 | 110100 | 100100 |
Color Harmonies of #8B382C
Complementary color
Monochromatic Colors of #8B382C
Black with #8B382C
Text Example
Text Example
White with #8B382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B382C; }
p { color: rgb(139,56,44); }
H1.HeaderClassName
{
color: #8B382C;
}
.AnyTagClassName
{
color: #8B382C;
}
</style>
background-color css
<style>
a { background-color: #8B382C; }
a { background-color: rgb(139,56,44); }
div.DivClassName
{
background-color: #8B382C;
}
.BgClassName
{
background-color: #8B382C;
}
</style>
border-color css
<style>
span { border-color: #8B382C; }
span { border-color: rgb(139,56,44); }
td.TdClassName
{
border-color: #8B382C;
}
.TagClassName
{
border-color: #8B382C;
}
</style>