#935247

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

Shades of El Salva #935247

Tints of El Salva #935247

Color information

#935247 (or 0x935247) is unknown color: approx El Salva. HEX triplet: 93, 52 and 47. RGB value is (147,82,71). Sum of RGB (Red+Green+Blue) = 147+82+71=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #935247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935247 is #6CADB8. Grayscale: #646464. Windows color (decimal): -7122361 or 4674195. OLE color: 4674195.

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

Color convert

RGB1478271-
CMYK00.440.520.42
HSL8.68º34.86%42.75%-
HSV(B)8.68º51.7%57.65%-
XYZ16.1912.697.56-
YUV100.18111.53161.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49%
GREEN value IS 82 (32.42% from 255) = 27.33%
BLUE value IS 71 (28.12% from 255) = 23.67%
R=49%
G=27.33%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147827100.440.520.428.6834.8642.75
Hex93524702C342A9232b
Octal2231221070546452114353
Binary100100111010010100011101011001101001010101001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935247; }

 p { color: rgb(147,82,71); }

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

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

 a { background-color: rgb(147,82,71); }

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

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

 span { border-color: rgb(147,82,71); }

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