#8F554A

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

Shades of El Salva #8F554A

Tints of El Salva #8F554A

Color information

#8F554A (or 0x8F554A) is unknown color: approx El Salva. HEX triplet: 8F, 55 and 4A. RGB value is (143,85,74). Sum of RGB (Red+Green+Blue) = 143+85+74=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 143 - color contains mainly: red. Hex color #8F554A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F554A is #70AAB5. Grayscale: #656565. Windows color (decimal): -7383734 or 4871567. OLE color: 4871567.

HSL color Cylindrical-coordinate representation of color #8F554A: hue angle of 9.57º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F554A is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB1438574-
CMYK00.410.480.44
HSL9.57º31.8%42.55%-
HSV(B)9.57º48.25%56.08%-
XYZ15.8112.838.12-
YUV101.09112.72157.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.35%
GREEN value IS 85 (33.59% from 255) = 28.15%
BLUE value IS 74 (29.30% from 255) = 24.50%
R=47.35%
G=28.15%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143857400.410.480.449.5731.842.55
Hex8F554A029302Ca202b
Octal2171251120516054124053
Binary100011111010101100101001010011100001011001010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,85,74); }

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

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

 a { background-color: rgb(143,85,74); }

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

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

 span { border-color: rgb(143,85,74); }

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