Shades of Alert Tan #904C30
Tints of Alert Tan #904C30
RGB
CMYK
RGB Variations
Color information
#904C30 (or 0x904C30) is known color: Alert Tan. HEX triplet: 90, 4C and 30. RGB value is (144,76,48). Sum of RGB (Red+Green+Blue) = 144+76+48=268 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.73% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 144 - color contains mainly: red. Hex color #904C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904C30 is #6FB3CF. Grayscale: #5D5D5D. Windows color (decimal): -7320528 or 3165328. OLE color: 3165328.
HSL color Cylindrical-coordinate representation of color #904C30: hue angle of 17.5º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #904C30 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 76 | 48 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.44 |
| HSL | 17.5º | 0.5% | 0.38% | - |
| HSV(B) | 17.5º | 0.67% | 0.56% | - |
| XYZ | 14.62 | 11.31 | 4.21 | - |
| YUV | 93.14 | 102.53 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 48 | 0 | 0.47 | 0.67 | 0.44 | 17.5 | 0.5 | 0.38 |
| Hex | 90 | 4C | 30 | 0 | 2F | 43 | 2C | 12 | 32 | 26 |
| Octal | 220 | 114 | 60 | 0 | 57 | 103 | 54 | 22 | 62 | 46 |
| Binary | 10010000 | 1001100 | 110000 | 0 | 101111 | 1000011 | 101100 | 10010 | 110010 | 100110 |
Color Harmonies of #904C30
Complementary color
Monochromatic Colors of #904C30
Black with #904C30
Text Example
Text Example
White with #904C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904C30; }
p { color: rgb(144,76,48); }
H1.HeaderClassName
{
color: #904C30;
}
.AnyTagClassName
{
color: #904C30;
}
</style>
background-color css
<style>
a { background-color: #904C30; }
a { background-color: rgb(144,76,48); }
div.DivClassName
{
background-color: #904C30;
}
.BgClassName
{
background-color: #904C30;
}
</style>
border-color css
<style>
span { border-color: #904C30; }
span { border-color: rgb(144,76,48); }
td.TdClassName
{
border-color: #904C30;
}
.TagClassName
{
border-color: #904C30;
}
</style>