#975142

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

Shades of El Salva #975142

Tints of El Salva #975142

Color information

#975142 (or 0x975142) is unknown color: approx El Salva. HEX triplet: 97, 51 and 42. RGB value is (151,81,66). Sum of RGB (Red+Green+Blue) = 151+81+66=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #975142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975142 is #68AEBD. Grayscale: #646464. Windows color (decimal): -6860478 or 4346263. OLE color: 4346263.

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

Color convert

RGB1518166-
CMYK00.460.560.41
HSL10.59º39.17%42.55%-
HSV(B)10.59º56.29%59.22%-
XYZ16.6912.866.76-
YUV100.22108.69164.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.67%
GREEN value IS 81 (32.03% from 255) = 27.18%
BLUE value IS 66 (26.17% from 255) = 22.15%
R=50.67%
G=27.18%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151816600.460.560.4110.5939.1742.55
Hex97514202E3829b272b
Octal2271211020567051134753
Binary100101111010001100001001011101110001010011011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975142; }

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

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

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

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

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

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

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

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