#8F5248

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

Shades of El Salva #8F5248

Tints of El Salva #8F5248

Color information

#8F5248 (or 0x8F5248) is unknown color: approx El Salva. HEX triplet: 8F, 52 and 48. RGB value is (143,82,72). Sum of RGB (Red+Green+Blue) = 143+82+72=297 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.15% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5248 is #70ADB7. Grayscale: #636363. Windows color (decimal): -7384504 or 4739727. OLE color: 4739727.

HSL color Cylindrical-coordinate representation of color #8F5248: hue angle of 8.45º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F5248 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB1438272-
CMYK00.430.500.44
HSL8.45º33.02%42.16%-
HSV(B)8.45º49.65%56.08%-
XYZ15.5112.347.7-
YUV99.1112.71159.31-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.15%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 72 (28.52% from 255) = 24.24%
R=48.15%
G=27.61%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143827200.430.500.448.4533.0242.16
Hex8F524802B322C8212a
Octal2171221100536254104152
Binary100011111010010100100001010111100101011001000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,82,72); }

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

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

 a { background-color: rgb(143,82,72); }

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

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

 span { border-color: rgb(143,82,72); }

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