#915047

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

Shades of El Salva #915047

Tints of El Salva #915047

Color information

#915047 (or 0x915047) is unknown color: approx El Salva. HEX triplet: 91, 50 and 47. RGB value is (145,80,71). Sum of RGB (Red+Green+Blue) = 145+80+71=296 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.99% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 145 - color contains mainly: red. Hex color #915047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915047 is #6EAFB8. Grayscale: #626262. Windows color (decimal): -7253945 or 4673681. OLE color: 4673681.

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

Color convert

RGB1458071-
CMYK00.450.510.43
HSL7.3º34.26%42.35%-
HSV(B)7.3º51.03%56.86%-
XYZ15.6812.217.49-
YUV98.41112.53161.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.99%
GREEN value IS 80 (31.64% from 255) = 27.03%
BLUE value IS 71 (28.12% from 255) = 23.99%
R=48.99%
G=27.03%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145807100.450.510.437.334.2642.35
Hex91504702D332B7222a
Octal221120107055635374252
Binary10010001101000010001110101101110011101011111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915047; }

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

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

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

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

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

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

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

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