Shades of Alert Tan #994B30
Tints of Alert Tan #994B30
RGB
CMYK
RGB Variations
Color information
#994B30 (or 0x994B30) is known color: Alert Tan. HEX triplet: 99, 4B and 30. RGB value is (153,75,48). Sum of RGB (Red+Green+Blue) = 153+75+48=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #994B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B30 is #66B4CF. Grayscale: #5F5F5F. Windows color (decimal): -6730960 or 3165081. OLE color: 3165081.
HSL color Cylindrical-coordinate representation of color #994B30: hue angle of 15.43º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #994B30 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 75 | 48 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.4 |
| HSL | 15.43º | 0.52% | 0.39% | - |
| HSV(B) | 15.43º | 0.69% | 0.6% | - |
| XYZ | 16.19 | 12.02 | 4.26 | - |
| YUV | 95.24 | 101.34 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 48 | 0 | 0.51 | 0.69 | 0.4 | 15.43 | 0.52 | 0.39 |
| Hex | 99 | 4B | 30 | 0 | 33 | 45 | 28 | F | 34 | 27 |
| Octal | 231 | 113 | 60 | 0 | 63 | 105 | 50 | 17 | 64 | 47 |
| Binary | 10011001 | 1001011 | 110000 | 0 | 110011 | 1000101 | 101000 | 1111 | 110100 | 100111 |
Color Harmonies of #994B30
Complementary color
Monochromatic Colors of #994B30
Black with #994B30
Text Example
Text Example
White with #994B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994B30; }
p { color: rgb(153,75,48); }
H1.HeaderClassName
{
color: #994B30;
}
.AnyTagClassName
{
color: #994B30;
}
</style>
background-color css
<style>
a { background-color: #994B30; }
a { background-color: rgb(153,75,48); }
div.DivClassName
{
background-color: #994B30;
}
.BgClassName
{
background-color: #994B30;
}
</style>
border-color css
<style>
span { border-color: #994B30; }
span { border-color: rgb(153,75,48); }
td.TdClassName
{
border-color: #994B30;
}
.TagClassName
{
border-color: #994B30;
}
</style>