#915041

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

Shades of El Salva #915041

Tints of El Salva #915041

Color information

#915041 (or 0x915041) is unknown color: approx El Salva. HEX triplet: 91, 50 and 41. RGB value is (145,80,65). Sum of RGB (Red+Green+Blue) = 145+80+65=290 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 145 - color contains mainly: red. Hex color #915041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915041 is #6EAFBE. Grayscale: #616161. Windows color (decimal): -7253951 or 4280465. OLE color: 4280465.

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

Color convert

RGB1458065-
CMYK00.450.550.43
HSL11.25º38.1%41.18%-
HSV(B)11.25º55.17%56.86%-
XYZ15.512.146.53-
YUV97.72109.53161.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 65 (25.78% from 255) = 22.41%
R=50%
G=27.59%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145806500.450.550.4311.2538.141.18
Hex91504102D372Bb2629
Octal2211201010556753134651
Binary100100011010000100000101011011101111010111011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915041; }

 p { color: rgb(145,80,65); }

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

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

 a { background-color: rgb(145,80,65); }

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

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

 span { border-color: rgb(145,80,65); }

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