#8C4E44

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

Shades of El Salva #8C4E44

Tints of El Salva #8C4E44

Color information

#8C4E44 (or 0x8C4E44) is unknown color: approx El Salva. HEX triplet: 8C, 4E and 44. RGB value is (140,78,68). Sum of RGB (Red+Green+Blue) = 140+78+68=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C4E44 is #73B1BB. Grayscale: #5F5F5F. Windows color (decimal): -7582140 or 4476556. OLE color: 4476556.

HSL color Cylindrical-coordinate representation of color #8C4E44: hue angle of 8.33º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C4E44 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB1407868-
CMYK00.440.510.45
HSL8.33º34.62%40.78%-
HSV(B)8.33º51.43%54.9%-
XYZ14.5811.446.91-
YUV95.4112.54159.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.95%
GREEN value IS 78 (30.86% from 255) = 27.27%
BLUE value IS 68 (26.95% from 255) = 23.78%
R=48.95%
G=27.27%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140786800.440.510.458.3334.6240.78
Hex8C4E4402C332D82329
Octal2141161040546355104351
Binary100011001001110100010001011001100111011011000100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,78,68); }

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

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

 a { background-color: rgb(140,78,68); }

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

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

 span { border-color: rgb(140,78,68); }

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