#974E41

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

Shades of El Salva #974E41

Tints of El Salva #974E41

Color information

#974E41 (or 0x974E41) is unknown color: approx El Salva. HEX triplet: 97, 4E and 41. RGB value is (151,78,65). Sum of RGB (Red+Green+Blue) = 151+78+65=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #974E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #974E41 is #68B1BE. Grayscale: #626262. Windows color (decimal): -6861247 or 4279959. OLE color: 4279959.

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

Color convert

RGB1517865-
CMYK00.480.570.41
HSL9.07º39.81%42.35%-
HSV(B)9.07º56.95%59.22%-
XYZ16.4412.416.53-
YUV98.34109.18165.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.36%
GREEN value IS 78 (30.86% from 255) = 26.53%
BLUE value IS 65 (25.78% from 255) = 22.11%
R=51.36%
G=26.53%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151786500.480.570.419.0739.8142.35
Hex974E4103039299282a
Octal2271161010607151115052
Binary100101111001110100000101100001110011010011001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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