Shades of Alert Tan #944C2B
Tints of Alert Tan #944C2B
RGB
CMYK
RGB Variations
Color information
#944C2B (or 0x944C2B) is known color: Alert Tan. HEX triplet: 94, 4C and 2B. RGB value is (148,76,43). Sum of RGB (Red+Green+Blue) = 148+76+43=267 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.43% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 148 - color contains mainly: red. Hex color #944C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944C2B is #6BB3D4. Grayscale: #5D5D5D. Windows color (decimal): -7058389 or 2837652. OLE color: 2837652.
HSL color Cylindrical-coordinate representation of color #944C2B: hue angle of 18.86º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #944C2B is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 76 | 43 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.42 |
| HSL | 18.86º | 0.55% | 0.37% | - |
| HSV(B) | 18.86º | 0.71% | 0.58% | - |
| XYZ | 15.23 | 11.64 | 3.73 | - |
| YUV | 93.77 | 99.35 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 43 | 0 | 0.49 | 0.71 | 0.42 | 18.86 | 0.55 | 0.37 |
| Hex | 94 | 4C | 2B | 0 | 31 | 47 | 2A | 13 | 37 | 25 |
| Octal | 224 | 114 | 53 | 0 | 61 | 107 | 52 | 23 | 67 | 45 |
| Binary | 10010100 | 1001100 | 101011 | 0 | 110001 | 1000111 | 101010 | 10011 | 110111 | 100101 |
Color Harmonies of #944C2B
Complementary color
Monochromatic Colors of #944C2B
Black with #944C2B
Text Example
Text Example
White with #944C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944C2B; }
p { color: rgb(148,76,43); }
H1.HeaderClassName
{
color: #944C2B;
}
.AnyTagClassName
{
color: #944C2B;
}
</style>
background-color css
<style>
a { background-color: #944C2B; }
a { background-color: rgb(148,76,43); }
div.DivClassName
{
background-color: #944C2B;
}
.BgClassName
{
background-color: #944C2B;
}
</style>
border-color css
<style>
span { border-color: #944C2B; }
span { border-color: rgb(148,76,43); }
td.TdClassName
{
border-color: #944C2B;
}
.TagClassName
{
border-color: #944C2B;
}
</style>