#975145

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

Shades of El Salva #975145

Tints of El Salva #975145

Color information

#975145 (or 0x975145) is unknown color: approx El Salva. HEX triplet: 97, 51 and 45. RGB value is (151,81,69). Sum of RGB (Red+Green+Blue) = 151+81+69=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #975145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975145 is #68AEBA. Grayscale: #646464. Windows color (decimal): -6860475 or 4542871. OLE color: 4542871.

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

Color convert

RGB1518169-
CMYK00.460.540.41
HSL8.78º37.27%43.14%-
HSV(B)8.78º54.3%59.22%-
XYZ16.7812.897.23-
YUV100.56110.19163.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.17%
GREEN value IS 81 (32.03% from 255) = 26.91%
BLUE value IS 69 (27.34% from 255) = 22.92%
R=50.17%
G=26.91%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151816900.460.540.418.7837.2743.14
Hex97514502E36299252b
Octal2271211050566651114553
Binary100101111010001100010101011101101101010011001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975145; }

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

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

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

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

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

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

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

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