Shades of Alert Tan #944F32
Tints of Alert Tan #944F32
RGB
CMYK
RGB Variations
Color information
#944F32 (or 0x944F32) is known color: Alert Tan. HEX triplet: 94, 4F and 32. RGB value is (148,79,50). Sum of RGB (Red+Green+Blue) = 148+79+50=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #944F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944F32 is #6BB0CD. Grayscale: #606060. Windows color (decimal): -7057614 or 3297172. OLE color: 3297172.
HSL color Cylindrical-coordinate representation of color #944F32: hue angle of 17.76º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #944F32 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 79 | 50 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.42 |
| HSL | 17.76º | 0.49% | 0.39% | - |
| HSV(B) | 17.76º | 0.66% | 0.58% | - |
| XYZ | 15.58 | 12.12 | 4.54 | - |
| YUV | 96.33 | 101.86 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 79 | 50 | 0 | 0.47 | 0.66 | 0.42 | 17.76 | 0.49 | 0.39 |
| Hex | 94 | 4F | 32 | 0 | 2F | 42 | 2A | 12 | 31 | 27 |
| Octal | 224 | 117 | 62 | 0 | 57 | 102 | 52 | 22 | 61 | 47 |
| Binary | 10010100 | 1001111 | 110010 | 0 | 101111 | 1000010 | 101010 | 10010 | 110001 | 100111 |
Color Harmonies of #944F32
Complementary color
Monochromatic Colors of #944F32
Black with #944F32
Text Example
Text Example
White with #944F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944F32; }
p { color: rgb(148,79,50); }
H1.HeaderClassName
{
color: #944F32;
}
.AnyTagClassName
{
color: #944F32;
}
</style>
background-color css
<style>
a { background-color: #944F32; }
a { background-color: rgb(148,79,50); }
div.DivClassName
{
background-color: #944F32;
}
.BgClassName
{
background-color: #944F32;
}
</style>
border-color css
<style>
span { border-color: #944F32; }
span { border-color: rgb(148,79,50); }
td.TdClassName
{
border-color: #944F32;
}
.TagClassName
{
border-color: #944F32;
}
</style>