Shades of Alert Tan #944B24
Tints of Alert Tan #944B24
RGB
CMYK
RGB Variations
Color information
#944B24 (or 0x944B24) is known color: Alert Tan. HEX triplet: 94, 4B and 24. RGB value is (148,75,36). Sum of RGB (Red+Green+Blue) = 148+75+36=259 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.14% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 148 - color contains mainly: red. Hex color #944B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944B24 is #6BB4DB. Grayscale: #5C5C5C. Windows color (decimal): -7058652 or 2378644. OLE color: 2378644.
HSL color Cylindrical-coordinate representation of color #944B24: hue angle of 20.89º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #944B24 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 75 | 36 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.42 |
| HSL | 20.89º | 0.61% | 0.36% | - |
| HSV(B) | 20.89º | 0.76% | 0.58% | - |
| XYZ | 15.05 | 11.46 | 3.09 | - |
| YUV | 92.38 | 96.18 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 75 | 36 | 0 | 0.49 | 0.76 | 0.42 | 20.89 | 0.61 | 0.36 |
| Hex | 94 | 4B | 24 | 0 | 31 | 4C | 2A | 15 | 3D | 24 |
| Octal | 224 | 113 | 44 | 0 | 61 | 114 | 52 | 25 | 75 | 44 |
| Binary | 10010100 | 1001011 | 100100 | 0 | 110001 | 1001100 | 101010 | 10101 | 111101 | 100100 |
Color Harmonies of #944B24
Complementary color
Monochromatic Colors of #944B24
Black with #944B24
Text Example
Text Example
White with #944B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944B24; }
p { color: rgb(148,75,36); }
H1.HeaderClassName
{
color: #944B24;
}
.AnyTagClassName
{
color: #944B24;
}
</style>
background-color css
<style>
a { background-color: #944B24; }
a { background-color: rgb(148,75,36); }
div.DivClassName
{
background-color: #944B24;
}
.BgClassName
{
background-color: #944B24;
}
</style>
border-color css
<style>
span { border-color: #944B24; }
span { border-color: rgb(148,75,36); }
td.TdClassName
{
border-color: #944B24;
}
.TagClassName
{
border-color: #944B24;
}
</style>