#904A21

Color #904A21 Alert Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alert Tan #904A21

Tints of Alert Tan #904A21

Color information

#904A21 (or 0x904A21) is unknown color: approx Alert Tan. HEX triplet: 90, 4A and 21. RGB value is (144,74,33). Sum of RGB (Red+Green+Blue) = 144+74+33=251 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.37% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 144 - color contains mainly: red. Hex color #904A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904A21 is #6FB5DE. Grayscale: #5A5A5A. Windows color (decimal): -7321055 or 2181776. OLE color: 2181776.

HSL color Cylindrical-coordinate representation of color #904A21: hue angle of 22.16º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #904A21 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB1447433-
CMYK00.490.770.44
HSL22.16º62.71%34.71%-
HSV(B)22.16º77.08%56.47%-
XYZ14.2210.942.8-
YUV90.2695.69166.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 57.37%
GREEN value IS 74 (29.30% from 255) = 29.48%
BLUE value IS 33 (13.28% from 255) = 13.15%
R=57.37%
G=29.48%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144743300.490.770.4422.1662.7134.71
Hex904A210314D2C163f23
Octal2201124106111554267743
Binary1001000010010101000010110001100110110110010110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904A21; }

 p { color: rgb(144,74,33); }

 H1.HeaderClassName
 {
   color: #904A21;
 }
 .AnyTagClassName
 {
   color: #904A21;
 }
</style>
background-color css

<style>
 a { background-color: #904A21; }

 a { background-color: rgb(144,74,33); }

 div.DivClassName
 {
   background-color: #904A21;
 }
 .BgClassName
 {
   background-color: #904A21;
 }
</style>
border-color css

<style>
 span { border-color: #904A21; }

 span { border-color: rgb(144,74,33); }

 td.TdClassName
 {
   border-color: #904A21;
 }
 .TagClassName
 {
   border-color: #904A21;
 }
</style>