#8D4C40

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

Shades of El Salva #8D4C40

Tints of El Salva #8D4C40

Color information

#8D4C40 (or 0x8D4C40) is unknown color: approx El Salva. HEX triplet: 8D, 4C and 40. RGB value is (141,76,64). Sum of RGB (Red+Green+Blue) = 141+76+64=281 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.18% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4C40 is #72B3BF. Grayscale: #5E5E5E. Windows color (decimal): -7517120 or 4213901. OLE color: 4213901.

HSL color Cylindrical-coordinate representation of color #8D4C40: hue angle of 9.35º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D4C40 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB1417664-
CMYK00.460.550.45
HSL9.35º37.56%40.2%-
HSV(B)9.35º54.61%55.29%-
XYZ14.4911.26.25-
YUV94.07111.03161.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.18%
GREEN value IS 76 (30.08% from 255) = 27.05%
BLUE value IS 64 (25.39% from 255) = 22.78%
R=50.18%
G=27.05%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141766400.460.550.459.3537.5640.2
Hex8D4C4002E372D92628
Octal2151141000566755114650
Binary100011011001100100000001011101101111011011001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,76,64); }

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

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

 a { background-color: rgb(141,76,64); }

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

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

 span { border-color: rgb(141,76,64); }

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