Shades of Alert Tan #94502F
Tints of Alert Tan #94502F
RGB
CMYK
RGB Variations
Color information
#94502F (or 0x94502F) is known color: Alert Tan. HEX triplet: 94, 50 and 2F. RGB value is (148,80,47). Sum of RGB (Red+Green+Blue) = 148+80+47=275 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.82% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 148 - color contains mainly: red. Hex color #94502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94502F is #6BAFD0. Grayscale: #606060. Windows color (decimal): -7057361 or 3100820. OLE color: 3100820.
HSL color Cylindrical-coordinate representation of color #94502F: hue angle of 19.6º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94502F is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 80 | 47 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.42 |
| HSL | 19.6º | 0.52% | 0.38% | - |
| HSV(B) | 19.6º | 0.68% | 0.58% | - |
| XYZ | 15.59 | 12.24 | 4.23 | - |
| YUV | 96.57 | 100.03 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 80 | 47 | 0 | 0.46 | 0.68 | 0.42 | 19.6 | 0.52 | 0.38 |
| Hex | 94 | 50 | 2F | 0 | 2E | 44 | 2A | 14 | 34 | 26 |
| Octal | 224 | 120 | 57 | 0 | 56 | 104 | 52 | 24 | 64 | 46 |
| Binary | 10010100 | 1010000 | 101111 | 0 | 101110 | 1000100 | 101010 | 10100 | 110100 | 100110 |
Color Harmonies of #94502F
Complementary color
Monochromatic Colors of #94502F
Black with #94502F
Text Example
Text Example
White with #94502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94502F; }
p { color: rgb(148,80,47); }
H1.HeaderClassName
{
color: #94502F;
}
.AnyTagClassName
{
color: #94502F;
}
</style>
background-color css
<style>
a { background-color: #94502F; }
a { background-color: rgb(148,80,47); }
div.DivClassName
{
background-color: #94502F;
}
.BgClassName
{
background-color: #94502F;
}
</style>
border-color css
<style>
span { border-color: #94502F; }
span { border-color: rgb(148,80,47); }
td.TdClassName
{
border-color: #94502F;
}
.TagClassName
{
border-color: #94502F;
}
</style>