Shades of Alert Tan #954C1E
Tints of Alert Tan #954C1E
RGB
CMYK
RGB Variations
Color information
#954C1E (or 0x954C1E) is known color: Alert Tan. HEX triplet: 95, 4C and 1E. RGB value is (149,76,30). Sum of RGB (Red+Green+Blue) = 149+76+30=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #954C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954C1E is #6AB3E1. Grayscale: #5C5C5C. Windows color (decimal): -6992866 or 1985685. OLE color: 1985685.
HSL color Cylindrical-coordinate representation of color #954C1E: hue angle of 23.19º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #954C1E is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 30 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.42 |
| HSL | 23.19º | 0.66% | 0.35% | - |
| HSV(B) | 23.19º | 0.8% | 0.58% | - |
| XYZ | 15.21 | 11.65 | 2.68 | - |
| YUV | 92.58 | 92.68 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 30 | 0 | 0.49 | 0.80 | 0.42 | 23.19 | 0.66 | 0.35 |
| Hex | 95 | 4C | 1E | 0 | 31 | 50 | 2A | 17 | 42 | 23 |
| Octal | 225 | 114 | 36 | 0 | 61 | 120 | 52 | 27 | 102 | 43 |
| Binary | 10010101 | 1001100 | 11110 | 0 | 110001 | 1010000 | 101010 | 10111 | 1000010 | 100011 |
Color Harmonies of #954C1E
Complementary color
Monochromatic Colors of #954C1E
Black with #954C1E
Text Example
Text Example
White with #954C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C1E; }
p { color: rgb(149,76,30); }
H1.HeaderClassName
{
color: #954C1E;
}
.AnyTagClassName
{
color: #954C1E;
}
</style>
background-color css
<style>
a { background-color: #954C1E; }
a { background-color: rgb(149,76,30); }
div.DivClassName
{
background-color: #954C1E;
}
.BgClassName
{
background-color: #954C1E;
}
</style>
border-color css
<style>
span { border-color: #954C1E; }
span { border-color: rgb(149,76,30); }
td.TdClassName
{
border-color: #954C1E;
}
.TagClassName
{
border-color: #954C1E;
}
</style>