#974C43

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

Shades of El Salva #974C43

Tints of El Salva #974C43

Color information

#974C43 (or 0x974C43) is unknown color: approx El Salva. HEX triplet: 97, 4C and 43. RGB value is (151,76,67). Sum of RGB (Red+Green+Blue) = 151+76+67=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #974C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974C43 is #68B3BC. Grayscale: #616161. Windows color (decimal): -6861757 or 4410519. OLE color: 4410519.

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

Color convert

RGB1517667-
CMYK00.500.560.41
HSL6.43º38.53%42.75%-
HSV(B)6.43º55.63%59.22%-
XYZ16.3612.156.79-
YUV97.4110.85166.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.36%
GREEN value IS 76 (30.08% from 255) = 25.85%
BLUE value IS 67 (26.56% from 255) = 22.79%
R=51.36%
G=25.85%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151766700.500.560.416.4338.5342.75
Hex974C4303238296272b
Octal227114103062705164753
Binary10010111100110010000110110010111000101001110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,76,67); }

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

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

 a { background-color: rgb(151,76,67); }

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

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

 span { border-color: rgb(151,76,67); }

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