#904930

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

Shades of Alert Tan #904930

Tints of Alert Tan #904930

Color information

#904930 (or 0x904930) is unknown color: approx Alert Tan. HEX triplet: 90, 49 and 30. RGB value is (144,73,48). Sum of RGB (Red+Green+Blue) = 144+73+48=265 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.34% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 144 - color contains mainly: red. Hex color #904930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904930 is #6FB6CF. Grayscale: #5B5B5B. Windows color (decimal): -7321296 or 3164560. OLE color: 3164560.

HSL color Cylindrical-coordinate representation of color #904930: hue angle of 15.63º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #904930 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB1447348-
CMYK00.490.670.44
HSL15.63º50%37.65%-
HSV(B)15.63º66.67%56.47%-
XYZ14.4210.914.14-
YUV91.38103.52165.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 54.34%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 48 (19.14% from 255) = 18.11%
R=54.34%
G=27.55%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144734800.490.670.4415.635037.65
Hex904930031432C103226
Octal2201116006110354206246
Binary1001000010010011100000110001100001110110010000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904930; }

 p { color: rgb(144,73,48); }

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

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

 a { background-color: rgb(144,73,48); }

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

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

 span { border-color: rgb(144,73,48); }

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