#904D30

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

Shades of Alert Tan #904D30

Tints of Alert Tan #904D30

Color information

#904D30 (or 0x904D30) is unknown color: approx Alert Tan. HEX triplet: 90, 4D and 30. RGB value is (144,77,48). Sum of RGB (Red+Green+Blue) = 144+77+48=269 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.53% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 144 - color contains mainly: red. Hex color #904D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #904D30 is #6FB2CF. Grayscale: #5D5D5D. Windows color (decimal): -7320272 or 3165584. OLE color: 3165584.

HSL color Cylindrical-coordinate representation of color #904D30: hue angle of 18.12º 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 #904D30 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB1447748-
CMYK00.470.670.44
HSL18.12º50%37.65%-
HSV(B)18.12º66.67%56.47%-
XYZ14.6911.454.23-
YUV93.73102.2163.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.53%
GREEN value IS 77 (30.47% from 255) = 28.62%
BLUE value IS 48 (19.14% from 255) = 17.84%
R=53.53%
G=28.62%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144774800.470.670.4418.125037.65
Hex904D3002F432C123226
Octal2201156005710354226246
Binary1001000010011011100000101111100001110110010010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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