Shades of Alert Tan #904B23
Tints of Alert Tan #904B23
RGB
CMYK
RGB Variations
Color information
#904B23 (or 0x904B23) is known color: Alert Tan. HEX triplet: 90, 4B and 23. RGB value is (144,75,35). Sum of RGB (Red+Green+Blue) = 144+75+35=254 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.69% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 144 - color contains mainly: red. Hex color #904B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904B23 is #6FB4DC. Grayscale: #5B5B5B. Windows color (decimal): -7320797 or 2313104. OLE color: 2313104.
HSL color Cylindrical-coordinate representation of color #904B23: hue angle of 22.02º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #904B23 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 75 | 35 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.44 |
| HSL | 22.02º | 0.61% | 0.35% | - |
| HSV(B) | 22.02º | 0.76% | 0.56% | - |
| XYZ | 14.32 | 11.08 | 2.97 | - |
| YUV | 91.07 | 96.36 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 75 | 35 | 0 | 0.48 | 0.76 | 0.44 | 22.02 | 0.61 | 0.35 |
| Hex | 90 | 4B | 23 | 0 | 30 | 4C | 2C | 16 | 3D | 23 |
| Octal | 220 | 113 | 43 | 0 | 60 | 114 | 54 | 26 | 75 | 43 |
| Binary | 10010000 | 1001011 | 100011 | 0 | 110000 | 1001100 | 101100 | 10110 | 111101 | 100011 |
Color Harmonies of #904B23
Complementary color
Monochromatic Colors of #904B23
Black with #904B23
Text Example
Text Example
White with #904B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904B23; }
p { color: rgb(144,75,35); }
H1.HeaderClassName
{
color: #904B23;
}
.AnyTagClassName
{
color: #904B23;
}
</style>
background-color css
<style>
a { background-color: #904B23; }
a { background-color: rgb(144,75,35); }
div.DivClassName
{
background-color: #904B23;
}
.BgClassName
{
background-color: #904B23;
}
</style>
border-color css
<style>
span { border-color: #904B23; }
span { border-color: rgb(144,75,35); }
td.TdClassName
{
border-color: #904B23;
}
.TagClassName
{
border-color: #904B23;
}
</style>