#915141

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

Shades of El Salva #915141

Tints of El Salva #915141

Color information

#915141 (or 0x915141) is unknown color: approx El Salva. HEX triplet: 91, 51 and 41. RGB value is (145,81,65). Sum of RGB (Red+Green+Blue) = 145+81+65=291 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.83% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 145 - color contains mainly: red. Hex color #915141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915141 is #6EAEBE. Grayscale: #626262. Windows color (decimal): -7253695 or 4280721. OLE color: 4280721.

HSL color Cylindrical-coordinate representation of color #915141: hue angle of 12º 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 #915141 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB1458165-
CMYK00.440.550.43
HSL12º38.1%41.18%-
HSV(B)12º55.17%56.86%-
XYZ15.5712.296.55-
YUV98.31109.2161.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.83%
GREEN value IS 81 (32.03% from 255) = 27.84%
BLUE value IS 65 (25.78% from 255) = 22.34%
R=49.83%
G=27.84%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145816500.440.550.431238.141.18
Hex91514102C372Bc2629
Octal2211211010546753144651
Binary100100011010001100000101011001101111010111100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915141; }

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

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

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

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

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

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

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

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