Shades of Alert Tan #944C31
Tints of Alert Tan #944C31
RGB
CMYK
RGB Variations
Color information
#944C31 (or 0x944C31) is known color: Alert Tan. HEX triplet: 94, 4C and 31. RGB value is (148,76,49). Sum of RGB (Red+Green+Blue) = 148+76+49=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #944C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944C31 is #6BB3CE. Grayscale: #5E5E5E. Windows color (decimal): -7058383 or 3230868. OLE color: 3230868.
HSL color Cylindrical-coordinate representation of color #944C31: hue angle of 16.36º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #944C31 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 76 | 49 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.42 |
| HSL | 16.36º | 0.5% | 0.39% | - |
| HSV(B) | 16.36º | 0.67% | 0.58% | - |
| XYZ | 15.35 | 11.69 | 4.35 | - |
| YUV | 94.45 | 102.35 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 49 | 0 | 0.49 | 0.67 | 0.42 | 16.36 | 0.5 | 0.39 |
| Hex | 94 | 4C | 31 | 0 | 31 | 43 | 2A | 10 | 32 | 27 |
| Octal | 224 | 114 | 61 | 0 | 61 | 103 | 52 | 20 | 62 | 47 |
| Binary | 10010100 | 1001100 | 110001 | 0 | 110001 | 1000011 | 101010 | 10000 | 110010 | 100111 |
Color Harmonies of #944C31
Complementary color
Monochromatic Colors of #944C31
Black with #944C31
Text Example
Text Example
White with #944C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944C31; }
p { color: rgb(148,76,49); }
H1.HeaderClassName
{
color: #944C31;
}
.AnyTagClassName
{
color: #944C31;
}
</style>
background-color css
<style>
a { background-color: #944C31; }
a { background-color: rgb(148,76,49); }
div.DivClassName
{
background-color: #944C31;
}
.BgClassName
{
background-color: #944C31;
}
</style>
border-color css
<style>
span { border-color: #944C31; }
span { border-color: rgb(148,76,49); }
td.TdClassName
{
border-color: #944C31;
}
.TagClassName
{
border-color: #944C31;
}
</style>