#974F42

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

Shades of El Salva #974F42

Tints of El Salva #974F42

Color information

#974F42 (or 0x974F42) is unknown color: approx El Salva. HEX triplet: 97, 4F and 42. RGB value is (151,79,66). Sum of RGB (Red+Green+Blue) = 151+79+66=296 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.01% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 151 - color contains mainly: red. Hex color #974F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #974F42 is #68B0BD. Grayscale: #636363. Windows color (decimal): -6860990 or 4345751. OLE color: 4345751.

HSL color Cylindrical-coordinate representation of color #974F42: hue angle of 9.18º 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 #974F42 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB1517966-
CMYK00.480.560.41
HSL9.18º39.17%42.55%-
HSV(B)9.18º56.29%59.22%-
XYZ16.5412.566.71-
YUV99.05109.35165.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.01%
GREEN value IS 79 (31.25% from 255) = 26.69%
BLUE value IS 66 (26.17% from 255) = 22.30%
R=51.01%
G=26.69%
B=22.30%

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
Decimal151796600.480.560.419.1839.1742.55
Hex974F4203038299272b
Octal2271171020607051114753
Binary100101111001111100001001100001110001010011001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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