Shades of Alert Tan #8C4C2F
Tints of Alert Tan #8C4C2F
RGB
CMYK
RGB Variations
Color information
#8C4C2F (or 0x8C4C2F) is known color: Alert Tan. HEX triplet: 8C, 4C and 2F. RGB value is (140,76,47). Sum of RGB (Red+Green+Blue) = 140+76+47=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4C2F is #73B3D0. Grayscale: #5C5C5C. Windows color (decimal): -7582673 or 3099788. OLE color: 3099788.
HSL color Cylindrical-coordinate representation of color #8C4C2F: hue angle of 18.71º 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 #8C4C2F is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 76 | 47 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.45 |
| HSL | 18.71º | 0.5% | 0.37% | - |
| HSV(B) | 18.71º | 0.66% | 0.55% | - |
| XYZ | 13.91 | 10.95 | 4.07 | - |
| YUV | 91.83 | 102.7 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 76 | 47 | 0 | 0.46 | 0.66 | 0.45 | 18.71 | 0.5 | 0.37 |
| Hex | 8C | 4C | 2F | 0 | 2E | 42 | 2D | 13 | 32 | 25 |
| Octal | 214 | 114 | 57 | 0 | 56 | 102 | 55 | 23 | 62 | 45 |
| Binary | 10001100 | 1001100 | 101111 | 0 | 101110 | 1000010 | 101101 | 10011 | 110010 | 100101 |
Color Harmonies of #8C4C2F
Complementary color
Monochromatic Colors of #8C4C2F
Black with #8C4C2F
Text Example
Text Example
White with #8C4C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4C2F; }
p { color: rgb(140,76,47); }
H1.HeaderClassName
{
color: #8C4C2F;
}
.AnyTagClassName
{
color: #8C4C2F;
}
</style>
background-color css
<style>
a { background-color: #8C4C2F; }
a { background-color: rgb(140,76,47); }
div.DivClassName
{
background-color: #8C4C2F;
}
.BgClassName
{
background-color: #8C4C2F;
}
</style>
border-color css
<style>
span { border-color: #8C4C2F; }
span { border-color: rgb(140,76,47); }
td.TdClassName
{
border-color: #8C4C2F;
}
.TagClassName
{
border-color: #8C4C2F;
}
</style>