Shades of Alert Tan #944A30
Tints of Alert Tan #944A30
RGB
CMYK
RGB Variations
Color information
#944A30 (or 0x944A30) is known color: Alert Tan. HEX triplet: 94, 4A and 30. RGB value is (148,74,48). Sum of RGB (Red+Green+Blue) = 148+74+48=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #944A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944A30 is #6BB5CF. Grayscale: #5D5D5D. Windows color (decimal): -7058896 or 3164820. OLE color: 3164820.
HSL color Cylindrical-coordinate representation of color #944A30: hue angle of 15.6º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #944A30 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 74 | 48 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.42 |
| HSL | 15.6º | 0.51% | 0.38% | - |
| HSV(B) | 15.6º | 0.68% | 0.58% | - |
| XYZ | 15.2 | 11.41 | 4.2 | - |
| YUV | 93.16 | 102.52 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 74 | 48 | 0 | 0.50 | 0.68 | 0.42 | 15.6 | 0.51 | 0.38 |
| Hex | 94 | 4A | 30 | 0 | 32 | 44 | 2A | 10 | 33 | 26 |
| Octal | 224 | 112 | 60 | 0 | 62 | 104 | 52 | 20 | 63 | 46 |
| Binary | 10010100 | 1001010 | 110000 | 0 | 110010 | 1000100 | 101010 | 10000 | 110011 | 100110 |
Color Harmonies of #944A30
Complementary color
Monochromatic Colors of #944A30
Black with #944A30
Text Example
Text Example
White with #944A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944A30; }
p { color: rgb(148,74,48); }
H1.HeaderClassName
{
color: #944A30;
}
.AnyTagClassName
{
color: #944A30;
}
</style>
background-color css
<style>
a { background-color: #944A30; }
a { background-color: rgb(148,74,48); }
div.DivClassName
{
background-color: #944A30;
}
.BgClassName
{
background-color: #944A30;
}
</style>
border-color css
<style>
span { border-color: #944A30; }
span { border-color: rgb(148,74,48); }
td.TdClassName
{
border-color: #944A30;
}
.TagClassName
{
border-color: #944A30;
}
</style>