Shades of Alert Tan #934A29
Tints of Alert Tan #934A29
RGB
CMYK
RGB Variations
Color information
#934A29 (or 0x934A29) is known color: Alert Tan. HEX triplet: 93, 4A and 29. RGB value is (147,74,41). Sum of RGB (Red+Green+Blue) = 147+74+41=262 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.11% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 147 - color contains mainly: red. Hex color #934A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934A29 is #6CB5D6. Grayscale: #5C5C5C. Windows color (decimal): -7124439 or 2706067. OLE color: 2706067.
HSL color Cylindrical-coordinate representation of color #934A29: hue angle of 18.68º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #934A29 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 74 | 41 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.42 |
| HSL | 18.68º | 0.56% | 0.37% | - |
| HSV(B) | 18.68º | 0.72% | 0.58% | - |
| XYZ | 14.88 | 11.26 | 3.49 | - |
| YUV | 92.07 | 99.18 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 41 | 0 | 0.50 | 0.72 | 0.42 | 18.68 | 0.56 | 0.37 |
| Hex | 93 | 4A | 29 | 0 | 32 | 48 | 2A | 13 | 38 | 25 |
| Octal | 223 | 112 | 51 | 0 | 62 | 110 | 52 | 23 | 70 | 45 |
| Binary | 10010011 | 1001010 | 101001 | 0 | 110010 | 1001000 | 101010 | 10011 | 111000 | 100101 |
Color Harmonies of #934A29
Complementary color
Monochromatic Colors of #934A29
Black with #934A29
Text Example
Text Example
White with #934A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934A29; }
p { color: rgb(147,74,41); }
H1.HeaderClassName
{
color: #934A29;
}
.AnyTagClassName
{
color: #934A29;
}
</style>
background-color css
<style>
a { background-color: #934A29; }
a { background-color: rgb(147,74,41); }
div.DivClassName
{
background-color: #934A29;
}
.BgClassName
{
background-color: #934A29;
}
</style>
border-color css
<style>
span { border-color: #934A29; }
span { border-color: rgb(147,74,41); }
td.TdClassName
{
border-color: #934A29;
}
.TagClassName
{
border-color: #934A29;
}
</style>