#4E3132

Color #4E3132 Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heath #4E3132

Tints of Heath #4E3132

Color information

#4E3132 (or 0x4E3132) is unknown color: approx Heath. HEX triplet: 4E, 31 and 32. RGB value is (78,49,50). Sum of RGB (Red+Green+Blue) = 78+49+50=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3132 is #B1CECD. Grayscale: #393939. Windows color (decimal): -11652814 or 3289422. OLE color: 3289422.

HSL color Cylindrical-coordinate representation of color #4E3132: hue angle of 357.93º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E3132 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB784950-
CMYK00.370.360.69
HSL357.93º22.83%24.9%-
HSV(B)357.93º37.18%30.59%-
XYZ4.824.053.54-
YUV57.78123.61142.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.07%
GREEN value IS 49 (19.53% from 255) = 27.68%
BLUE value IS 50 (19.92% from 255) = 28.25%
R=44.07%
G=27.68%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78495000.370.360.69357.9322.8324.9
Hex4E313202524451661719
Octal1166162045441055462731
Binary1001110110001110010010010110010010001011011001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E3132; }

 p { color: rgb(78,49,50); }

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

<style>
 a { background-color: #4E3132; }

 a { background-color: rgb(78,49,50); }

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

<style>
 span { border-color: #4E3132; }

 span { border-color: rgb(78,49,50); }

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