#904E41

Color #904E41 El Salva (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of El Salva #904E41

Tints of El Salva #904E41

Color information

#904E41 (or 0x904E41) is unknown color: approx El Salva. HEX triplet: 90, 4E and 41. RGB value is (144,78,65). Sum of RGB (Red+Green+Blue) = 144+78+65=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #904E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #904E41 is #6FB1BE. Grayscale: #606060. Windows color (decimal): -7319999 or 4279952. OLE color: 4279952.

HSL color Cylindrical-coordinate representation of color #904E41: hue angle of 9.87º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #904E41 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB1447865-
CMYK00.460.550.44
HSL9.87º37.8%40.98%-
HSV(B)9.87º54.86%56.47%-
XYZ15.1811.766.47-
YUV96.25110.37162.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.17%
GREEN value IS 78 (30.86% from 255) = 27.18%
BLUE value IS 65 (25.78% from 255) = 22.65%
R=50.17%
G=27.18%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144786500.460.550.449.8737.840.98
Hex904E4102E372Ca2629
Octal2201161010566754124651
Binary100100001001110100000101011101101111011001010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,78,65); }

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

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

 a { background-color: rgb(144,78,65); }

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

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

 span { border-color: rgb(144,78,65); }

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