#914E40

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

Shades of El Salva #914E40

Tints of El Salva #914E40

Color information

#914E40 (or 0x914E40) is unknown color: approx El Salva. HEX triplet: 91, 4E and 40. RGB value is (145,78,64). Sum of RGB (Red+Green+Blue) = 145+78+64=287 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.52% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 145 - color contains mainly: red. Hex color #914E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914E40 is #6EB1BF. Grayscale: #606060. Windows color (decimal): -7254464 or 4214417. OLE color: 4214417.

HSL color Cylindrical-coordinate representation of color #914E40: hue angle of 10.37º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #914E40 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB1457864-
CMYK00.460.560.43
HSL10.37º38.76%40.98%-
HSV(B)10.37º55.86%56.86%-
XYZ15.3311.846.33-
YUV96.44109.7162.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.52%
GREEN value IS 78 (30.86% from 255) = 27.18%
BLUE value IS 64 (25.39% from 255) = 22.30%
R=50.52%
G=27.18%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145786400.460.560.4310.3738.7640.98
Hex914E4002E382Ba2729
Octal2211161000567053124751
Binary100100011001110100000001011101110001010111010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914E40; }

 p { color: rgb(145,78,64); }

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

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

 a { background-color: rgb(145,78,64); }

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

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

 span { border-color: rgb(145,78,64); }

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