#925148

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

Shades of El Salva #925148

Tints of El Salva #925148

Color information

#925148 (or 0x925148) is unknown color: approx El Salva. HEX triplet: 92, 51 and 48. RGB value is (146,81,72). Sum of RGB (Red+Green+Blue) = 146+81+72=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 146 - color contains mainly: red. Hex color #925148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925148 is #6DAEB7. Grayscale: #636363. Windows color (decimal): -7188152 or 4739474. OLE color: 4739474.

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

Color convert

RGB1468172-
CMYK00.450.510.43
HSL7.3º33.94%42.75%-
HSV(B)7.3º50.68%57.25%-
XYZ15.9712.467.7-
YUV99.41112.53161.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.83%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 72 (28.52% from 255) = 24.08%
R=48.83%
G=27.09%
B=24.08%

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
Decimal146817200.450.510.437.333.9442.75
Hex92514802D332B7222b
Octal222121110055635374253
Binary10010010101000110010000101101110011101011111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925148; }

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

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

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

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

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

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

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

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