Shades of Crab Apple #8B3832
Tints of Crab Apple #8B3832
RGB
CMYK
RGB Variations
Color information
#8B3832 (or 0x8B3832) is known color: Crab Apple. HEX triplet: 8B, 38 and 32. RGB value is (139,56,50). Sum of RGB (Red+Green+Blue) = 139+56+50=245 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.73% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3832 is #74C7CD. Grayscale: #505050. Windows color (decimal): -7653326 or 3291275. OLE color: 3291275.
HSL color Cylindrical-coordinate representation of color #8B3832: hue angle of 4.04º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B3832 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 56 | 50 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.45 |
| HSL | 4.04º | 0.47% | 0.37% | - |
| HSV(B) | 4.04º | 0.64% | 0.55% | - |
| XYZ | 12.64 | 8.55 | 4 | - |
| YUV | 80.13 | 111 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 56 | 50 | 0 | 0.60 | 0.64 | 0.45 | 4.04 | 0.47 | 0.37 |
| Hex | 8B | 38 | 32 | 0 | 3C | 40 | 2D | 4 | 2F | 25 |
| Octal | 213 | 70 | 62 | 0 | 74 | 100 | 55 | 4 | 57 | 45 |
| Binary | 10001011 | 111000 | 110010 | 0 | 111100 | 1000000 | 101101 | 100 | 101111 | 100101 |
Color Harmonies of #8B3832
Complementary color
Monochromatic Colors of #8B3832
Black with #8B3832
Text Example
Text Example
White with #8B3832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3832; }
p { color: rgb(139,56,50); }
H1.HeaderClassName
{
color: #8B3832;
}
.AnyTagClassName
{
color: #8B3832;
}
</style>
background-color css
<style>
a { background-color: #8B3832; }
a { background-color: rgb(139,56,50); }
div.DivClassName
{
background-color: #8B3832;
}
.BgClassName
{
background-color: #8B3832;
}
</style>
border-color css
<style>
span { border-color: #8B3832; }
span { border-color: rgb(139,56,50); }
td.TdClassName
{
border-color: #8B3832;
}
.TagClassName
{
border-color: #8B3832;
}
</style>