#944d3f

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

Shades of El Salva #944D3F

Tints of El Salva #944D3F

Color information

#944D3F (or 0x944D3F) is unknown color: approx El Salva. HEX triplet: 94, 4D and 3F. RGB value is (148,77,63). Sum of RGB (Red+Green+Blue) = 148+77+63=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #944D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944D3F is #6BB2C0. Grayscale: #606060. Windows color (decimal): -7058113 or 4148628. OLE color: 4148628.

HSL color Cylindrical-coordinate representation of color #944D3F: hue angle of 9.88º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #944D3F is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB1487763-
CMYK00.480.570.42
HSL9.88º40.28%41.37%-
HSV(B)9.88º57.43%58.04%-
XYZ15.7611.966.18-
YUV96.63109.02164.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.39%
GREEN value IS 77 (30.47% from 255) = 26.74%
BLUE value IS 63 (25% from 255) = 21.88%
R=51.39%
G=26.74%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148776300.480.570.429.8840.2841.37
Hex944D3F030392Aa2829
Octal224115770607152125051
Binary10010100100110111111101100001110011010101010101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944d3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944d3f; }

 p { color: rgb(148,77,63); }

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

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

 a { background-color: rgb(148,77,63); }

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

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

 span { border-color: rgb(148,77,63); }

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