#924E48

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

Shades of El Salva #924E48

Tints of El Salva #924E48

Color information

#924E48 (or 0x924E48) is unknown color: approx El Salva. HEX triplet: 92, 4E and 48. RGB value is (146,78,72). Sum of RGB (Red+Green+Blue) = 146+78+72=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #924E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #924E48 is #6DB1B7. Grayscale: #616161. Windows color (decimal): -7188920 or 4738706. OLE color: 4738706.

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

Color convert

RGB1467872-
CMYK00.470.510.43
HSL4.86º33.94%42.75%-
HSV(B)4.86º50.68%57.25%-
XYZ15.7512.037.62-
YUV97.65113.53162.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.32%
GREEN value IS 78 (30.86% from 255) = 26.35%
BLUE value IS 72 (28.52% from 255) = 24.32%
R=49.32%
G=26.35%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146787200.470.510.434.8633.9442.75
Hex924E4802F332B5222b
Octal222116110057635354253
Binary10010010100111010010000101111110011101011101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924E48; }

 p { color: rgb(146,78,72); }

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

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

 a { background-color: rgb(146,78,72); }

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

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

 span { border-color: rgb(146,78,72); }

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