#974E42

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

Shades of El Salva #974E42

Tints of El Salva #974E42

Color information

#974E42 (or 0x974E42) is unknown color: approx El Salva. HEX triplet: 97, 4E and 42. RGB value is (151,78,66). Sum of RGB (Red+Green+Blue) = 151+78+66=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #974E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #974E42 is #68B1BD. Grayscale: #626262. Windows color (decimal): -6861246 or 4345495. OLE color: 4345495.

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

Color convert

RGB1517866-
CMYK00.480.560.41
HSL8.47º39.17%42.55%-
HSV(B)8.47º56.29%59.22%-
XYZ16.4712.426.68-
YUV98.46109.68165.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.19%
GREEN value IS 78 (30.86% from 255) = 26.44%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=51.19%
G=26.44%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151786600.480.560.418.4739.1742.55
Hex974E4203038298272b
Octal2271161020607051104753
Binary100101111001110100001001100001110001010011000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974E42; }

 p { color: rgb(151,78,66); }

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

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

 a { background-color: rgb(151,78,66); }

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

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

 span { border-color: rgb(151,78,66); }

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