Shades of Crab Apple #8A352F
Tints of Crab Apple #8A352F
RGB
CMYK
RGB Variations
Color information
#8A352F (or 0x8A352F) is known color: Crab Apple. HEX triplet: 8A, 35 and 2F. RGB value is (138,53,47). Sum of RGB (Red+Green+Blue) = 138+53+47=238 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.98% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 138 - color contains mainly: red. Hex color #8A352F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A352F is #75CAD0. Grayscale: #4D4D4D. Windows color (decimal): -7719633 or 3093898. OLE color: 3093898.
HSL color Cylindrical-coordinate representation of color #8A352F: hue angle of 3.96º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A352F is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 53 | 47 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.46 |
| HSL | 3.96º | 0.49% | 0.36% | - |
| HSV(B) | 3.96º | 0.66% | 0.54% | - |
| XYZ | 12.27 | 8.15 | 3.62 | - |
| YUV | 77.73 | 110.66 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 53 | 47 | 0 | 0.62 | 0.66 | 0.46 | 3.96 | 0.49 | 0.36 |
| Hex | 8A | 35 | 2F | 0 | 3E | 42 | 2E | 4 | 31 | 24 |
| Octal | 212 | 65 | 57 | 0 | 76 | 102 | 56 | 4 | 61 | 44 |
| Binary | 10001010 | 110101 | 101111 | 0 | 111110 | 1000010 | 101110 | 100 | 110001 | 100100 |
Color Harmonies of #8A352F
Complementary color
Monochromatic Colors of #8A352F
Black with #8A352F
Text Example
Text Example
White with #8A352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A352F; }
p { color: rgb(138,53,47); }
H1.HeaderClassName
{
color: #8A352F;
}
.AnyTagClassName
{
color: #8A352F;
}
</style>
background-color css
<style>
a { background-color: #8A352F; }
a { background-color: rgb(138,53,47); }
div.DivClassName
{
background-color: #8A352F;
}
.BgClassName
{
background-color: #8A352F;
}
</style>
border-color css
<style>
span { border-color: #8A352F; }
span { border-color: rgb(138,53,47); }
td.TdClassName
{
border-color: #8A352F;
}
.TagClassName
{
border-color: #8A352F;
}
</style>