Shades of Crab Apple #8B382E
Tints of Crab Apple #8B382E
RGB
CMYK
RGB Variations
Color information
#8B382E (or 0x8B382E) is known color: Crab Apple. HEX triplet: 8B, 38 and 2E. RGB value is (139,56,46). Sum of RGB (Red+Green+Blue) = 139+56+46=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B382E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B382E is #74C7D1. Grayscale: #4F4F4F. Windows color (decimal): -7653330 or 3029131. OLE color: 3029131.
HSL color Cylindrical-coordinate representation of color #8B382E: hue angle of 6.45º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B382E is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 56 | 46 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.45 |
| HSL | 6.45º | 0.5% | 0.36% | - |
| HSV(B) | 6.45º | 0.67% | 0.55% | - |
| XYZ | 12.55 | 8.51 | 3.57 | - |
| YUV | 79.68 | 109 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 56 | 46 | 0 | 0.60 | 0.67 | 0.45 | 6.45 | 0.5 | 0.36 |
| Hex | 8B | 38 | 2E | 0 | 3C | 43 | 2D | 6 | 32 | 24 |
| Octal | 213 | 70 | 56 | 0 | 74 | 103 | 55 | 6 | 62 | 44 |
| Binary | 10001011 | 111000 | 101110 | 0 | 111100 | 1000011 | 101101 | 110 | 110010 | 100100 |
Color Harmonies of #8B382E
Complementary color
Monochromatic Colors of #8B382E
Black with #8B382E
Text Example
Text Example
White with #8B382E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B382E; }
p { color: rgb(139,56,46); }
H1.HeaderClassName
{
color: #8B382E;
}
.AnyTagClassName
{
color: #8B382E;
}
</style>
background-color css
<style>
a { background-color: #8B382E; }
a { background-color: rgb(139,56,46); }
div.DivClassName
{
background-color: #8B382E;
}
.BgClassName
{
background-color: #8B382E;
}
</style>
border-color css
<style>
span { border-color: #8B382E; }
span { border-color: rgb(139,56,46); }
td.TdClassName
{
border-color: #8B382E;
}
.TagClassName
{
border-color: #8B382E;
}
</style>