#945746

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

Shades of El Salva #945746

Tints of El Salva #945746

Color information

#945746 (or 0x945746) is unknown color: approx El Salva. HEX triplet: 94, 57 and 46. RGB value is (148,87,70). Sum of RGB (Red+Green+Blue) = 148+87+70=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #945746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945746 is #6BA8B9. Grayscale: #676767. Windows color (decimal): -7055546 or 4609940. OLE color: 4609940.

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

Color convert

RGB1488770-
CMYK00.410.530.42
HSL13.08º35.78%42.75%-
HSV(B)13.08º52.7%58.04%-
XYZ16.7313.557.53-
YUV103.3109.21159.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.52%
GREEN value IS 87 (34.38% from 255) = 28.52%
BLUE value IS 70 (27.73% from 255) = 22.95%
R=48.52%
G=28.52%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148877000.410.530.4213.0835.7842.75
Hex945746029352Ad242b
Octal2241271060516552154453
Binary100101001010111100011001010011101011010101101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945746; }

 p { color: rgb(148,87,70); }

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

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

 a { background-color: rgb(148,87,70); }

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

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

 span { border-color: rgb(148,87,70); }

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