#975042

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

Shades of El Salva #975042

Tints of El Salva #975042

Color information

#975042 (or 0x975042) is unknown color: approx El Salva. HEX triplet: 97, 50 and 42. RGB value is (151,80,66). Sum of RGB (Red+Green+Blue) = 151+80+66=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #975042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975042 is #68AFBD. Grayscale: #636363. Windows color (decimal): -6860734 or 4346007. OLE color: 4346007.

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

Color convert

RGB1518066-
CMYK00.470.560.41
HSL9.88º39.17%42.55%-
HSV(B)9.88º56.29%59.22%-
XYZ16.6112.716.73-
YUV99.63109.02164.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.84%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 66 (26.17% from 255) = 22.22%
R=50.84%
G=26.94%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151806600.470.560.419.8839.1742.55
Hex97504202F3829a272b
Octal2271201020577051124753
Binary100101111010000100001001011111110001010011010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975042; }

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

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

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

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

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

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

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

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