Shades of Alert Tan #8F4F30
Tints of Alert Tan #8F4F30
RGB
CMYK
RGB Variations
Color information
#8F4F30 (or 0x8F4F30) is known color: Alert Tan. HEX triplet: 8F, 4F and 30. RGB value is (143,79,48). Sum of RGB (Red+Green+Blue) = 143+79+48=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F4F30 is #70B0CF. Grayscale: #5E5E5E. Windows color (decimal): -7385296 or 3166095. OLE color: 3166095.
HSL color Cylindrical-coordinate representation of color #8F4F30: hue angle of 19.58º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F4F30 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 79 | 48 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.44 |
| HSL | 19.58º | 0.5% | 0.37% | - |
| HSV(B) | 19.58º | 0.66% | 0.56% | - |
| XYZ | 14.66 | 11.65 | 4.27 | - |
| YUV | 94.6 | 101.7 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 79 | 48 | 0 | 0.45 | 0.66 | 0.44 | 19.58 | 0.5 | 0.37 |
| Hex | 8F | 4F | 30 | 0 | 2D | 42 | 2C | 14 | 32 | 25 |
| Octal | 217 | 117 | 60 | 0 | 55 | 102 | 54 | 24 | 62 | 45 |
| Binary | 10001111 | 1001111 | 110000 | 0 | 101101 | 1000010 | 101100 | 10100 | 110010 | 100101 |
Color Harmonies of #8F4F30
Complementary color
Monochromatic Colors of #8F4F30
Black with #8F4F30
Text Example
Text Example
White with #8F4F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4F30; }
p { color: rgb(143,79,48); }
H1.HeaderClassName
{
color: #8F4F30;
}
.AnyTagClassName
{
color: #8F4F30;
}
</style>
background-color css
<style>
a { background-color: #8F4F30; }
a { background-color: rgb(143,79,48); }
div.DivClassName
{
background-color: #8F4F30;
}
.BgClassName
{
background-color: #8F4F30;
}
</style>
border-color css
<style>
span { border-color: #8F4F30; }
span { border-color: rgb(143,79,48); }
td.TdClassName
{
border-color: #8F4F30;
}
.TagClassName
{
border-color: #8F4F30;
}
</style>