#975344

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

Shades of El Salva #975344

Tints of El Salva #975344

Color information

#975344 (or 0x975344) is unknown color: approx El Salva. HEX triplet: 97, 53 and 44. RGB value is (151,83,68). Sum of RGB (Red+Green+Blue) = 151+83+68=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #975344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975344 is #68ACBB. Grayscale: #656565. Windows color (decimal): -6859964 or 4477847. OLE color: 4477847.

HSL color Cylindrical-coordinate representation of color #975344: hue angle of 10.84º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #975344 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.41.

Color convert

RGB1518368-
CMYK00.450.550.41
HSL10.84º37.9%42.94%-
HSV(B)10.84º54.97%59.22%-
XYZ16.913.187.12-
YUV101.62109.03163.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50%
GREEN value IS 83 (32.81% from 255) = 27.48%
BLUE value IS 68 (26.95% from 255) = 22.52%
R=50%
G=27.48%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151836800.450.550.4110.8437.942.94
Hex97534402D3729b262b
Octal2271231040556751134653
Binary100101111010011100010001011011101111010011011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975344; }

 p { color: rgb(151,83,68); }

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

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

 a { background-color: rgb(151,83,68); }

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

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

 span { border-color: rgb(151,83,68); }

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