Html Css Color HEX #8F5048 El Salva

📋 copy color: '#8F5048'

red 143 ◦ green 80 ◦ blue 72

#8F5048
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of El Salva #8F5048

Tints of El Salva #8F5048

RGB

 RED value IS 143 (56.25% from 255) = 48.47%

 GREEN value IS 80 (31.64% from 255) = 27.12%

 BLUE value IS 72 (28.52% from 255) = 24.41%

R = 48.47%
G = 27.12%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#8F5048 (or 0x8F5048) is known color: El Salva. HEX triplet: 8F, 50 and 48. RGB value is (143,80,72). Sum of RGB (Red+Green+Blue) = 143+80+72=295 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.47% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5048 is #70AFB7. Grayscale: #626262. Windows color (decimal): -7385016 or 4739215. OLE color: 4739215.

HSL color Cylindrical-coordinate representation of color #8F5048: hue angle of 6.76º 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 #8F5048 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 80 72 -
CMYK 0 0.44 0.50 0.44
HSL 6.76º 0.33% 0.42% -
HSV(B) 6.76º 0.5% 0.56% -
XYZ 15.37 12.04 7.65 -
YUV 97.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 143 80 72 0 0.44 0.50 0.44 6.76 0.33 0.42
Hex 8F 50 48 0 2C 32 2C 7 21 2A
Octal 217 120 110 0 54 62 54 7 41 52
Binary 10001111 1010000 1001000 0 101100 110010 101100 111 100001 101010

Color Harmonies of #8F5048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5048

Black with #8F5048

Text Example


Text Example

White with #8F5048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F5048;
 }
 .AnyTagClassName
 {
   color: #8F5048;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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