#8C5448

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

Shades of El Salva #8C5448

Tints of El Salva #8C5448

Color information

#8C5448 (or 0x8C5448) is unknown color: approx El Salva. HEX triplet: 8C, 54 and 48. RGB value is (140,84,72). Sum of RGB (Red+Green+Blue) = 140+84+72=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5448 is #73ABB7. Grayscale: #636363. Windows color (decimal): -7580600 or 4740236. OLE color: 4740236.

HSL color Cylindrical-coordinate representation of color #8C5448: hue angle of 10.59º 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 #8C5448 is Cyan = 0, Magento = 0.4, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB1408472-
CMYK00.40.490.45
HSL10.59º32.08%41.57%-
HSV(B)10.59º48.57%54.9%-
XYZ15.1612.387.72-
YUV99.38112.55156.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.30%
GREEN value IS 84 (33.20% from 255) = 28.38%
BLUE value IS 72 (28.52% from 255) = 24.32%
R=47.30%
G=28.38%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140847200.40.490.4510.5932.0841.57
Hex8C5448028312Db202a
Octal2141241100506155134052
Binary100011001010100100100001010001100011011011011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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