Shades of Alert Tan #94482D
Tints of Alert Tan #94482D
RGB
CMYK
RGB Variations
Color information
#94482D (or 0x94482D) is known color: Alert Tan. HEX triplet: 94, 48 and 2D. RGB value is (148,72,45). Sum of RGB (Red+Green+Blue) = 148+72+45=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #94482D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94482D is #6BB7D2. Grayscale: #5B5B5B. Windows color (decimal): -7059411 or 2967700. OLE color: 2967700.
HSL color Cylindrical-coordinate representation of color #94482D: hue angle of 15.73º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94482D is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 72 | 45 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.42 |
| HSL | 15.73º | 0.53% | 0.38% | - |
| HSV(B) | 15.73º | 0.7% | 0.58% | - |
| XYZ | 15 | 11.12 | 3.84 | - |
| YUV | 91.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 72 | 45 | 0 | 0.51 | 0.70 | 0.42 | 15.73 | 0.53 | 0.38 |
| Hex | 94 | 48 | 2D | 0 | 33 | 46 | 2A | 10 | 35 | 26 |
| Octal | 224 | 110 | 55 | 0 | 63 | 106 | 52 | 20 | 65 | 46 |
| Binary | 10010100 | 1001000 | 101101 | 0 | 110011 | 1000110 | 101010 | 10000 | 110101 | 100110 |
Color Harmonies of #94482D
Complementary color
Monochromatic Colors of #94482D
Black with #94482D
Text Example
Text Example
White with #94482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94482D; }
p { color: rgb(148,72,45); }
H1.HeaderClassName
{
color: #94482D;
}
.AnyTagClassName
{
color: #94482D;
}
</style>
background-color css
<style>
a { background-color: #94482D; }
a { background-color: rgb(148,72,45); }
div.DivClassName
{
background-color: #94482D;
}
.BgClassName
{
background-color: #94482D;
}
</style>
border-color css
<style>
span { border-color: #94482D; }
span { border-color: rgb(148,72,45); }
td.TdClassName
{
border-color: #94482D;
}
.TagClassName
{
border-color: #94482D;
}
</style>