#8A5448

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

Shades of El Salva #8A5448

Tints of El Salva #8A5448

Color information

#8A5448 (or 0x8A5448) is unknown color: approx El Salva. HEX triplet: 8A, 54 and 48. RGB value is (138,84,72). Sum of RGB (Red+Green+Blue) = 138+84+72=294 (38% of max value = 765). Red value is 138 (54.30% from 255 or 46.94% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5448 is #75ABB7. Grayscale: #626262. Windows color (decimal): -7711672 or 4740234. OLE color: 4740234.

HSL color Cylindrical-coordinate representation of color #8A5448: hue angle of 10.91º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A5448 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB1388472-
CMYK00.390.480.46
HSL10.91º31.43%41.18%-
HSV(B)10.91º47.83%54.12%-
XYZ14.8212.217.71-
YUV98.78112.89155.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.94%
GREEN value IS 84 (33.20% from 255) = 28.57%
BLUE value IS 72 (28.52% from 255) = 24.49%
R=46.94%
G=28.57%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138847200.390.480.4610.9131.4341.18
Hex8A5448027302Eb1f29
Octal2121241100476056133751
Binary10001010101010010010000100111110000101110101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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