#8C5348

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

Shades of El Salva #8C5348

Tints of El Salva #8C5348

Color information

#8C5348 (or 0x8C5348) is unknown color: approx El Salva. HEX triplet: 8C, 53 and 48. RGB value is (140,83,72). Sum of RGB (Red+Green+Blue) = 140+83+72=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5348 is #73ACB7. Grayscale: #626262. Windows color (decimal): -7580856 or 4739980. OLE color: 4739980.

HSL color Cylindrical-coordinate representation of color #8C5348: hue angle of 9.71º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C5348 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB1408372-
CMYK00.410.490.45
HSL9.71º32.08%41.57%-
HSV(B)9.71º48.57%54.9%-
XYZ15.0812.237.7-
YUV98.79112.88157.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.46%
GREEN value IS 83 (32.81% from 255) = 28.14%
BLUE value IS 72 (28.52% from 255) = 24.41%
R=47.46%
G=28.14%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140837200.410.490.459.7132.0841.57
Hex8C5348029312Da202a
Octal2141231100516155124052
Binary100011001010011100100001010011100011011011010100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C5348; }

 p { color: rgb(140,83,72); }

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

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

 a { background-color: rgb(140,83,72); }

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

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

 span { border-color: rgb(140,83,72); }

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