#925047

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

Shades of El Salva #925047

Tints of El Salva #925047

Color information

#925047 (or 0x925047) is unknown color: approx El Salva. HEX triplet: 92, 50 and 47. RGB value is (146,80,71). Sum of RGB (Red+Green+Blue) = 146+80+71=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #925047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925047 is #6DAFB8. Grayscale: #626262. Windows color (decimal): -7188409 or 4673682. OLE color: 4673682.

HSL color Cylindrical-coordinate representation of color #925047: hue angle of 7.2º degrees, saturation: 0.35, 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 #925047 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB1468071-
CMYK00.450.510.43
HSL7.2º34.56%42.55%-
HSV(B)7.2º51.37%57.25%-
XYZ15.8612.37.5-
YUV98.71112.37161.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.16%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 71 (28.12% from 255) = 23.91%
R=49.16%
G=26.94%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146807100.450.510.437.234.5642.55
Hex92504702D332B7232b
Octal222120107055635374353
Binary10010010101000010001110101101110011101011111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925047; }

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

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

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

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

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

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

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

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