#945047

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

Shades of El Salva #945047

Tints of El Salva #945047

Color information

#945047 (or 0x945047) is unknown color: approx El Salva. HEX triplet: 94, 50 and 47. RGB value is (148,80,71). Sum of RGB (Red+Green+Blue) = 148+80+71=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #945047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945047 is #6BAFB8. Grayscale: #636363. Windows color (decimal): -7057337 or 4673684. OLE color: 4673684.

HSL color Cylindrical-coordinate representation of color #945047: hue angle of 7.01º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #945047 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB1488071-
CMYK00.460.520.42
HSL7.01º35.16%42.94%-
HSV(B)7.01º52.03%58.04%-
XYZ16.2212.497.52-
YUV99.31112.03162.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.50%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 71 (28.12% from 255) = 23.75%
R=49.50%
G=26.76%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148807100.460.520.427.0135.1642.94
Hex94504702E342A7232b
Octal224120107056645274353
Binary10010100101000010001110101110110100101010111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945047; }

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

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

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

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

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

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

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

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