#4E292E

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

Shades of Heath #4E292E

Tints of Heath #4E292E

Color information

#4E292E (or 0x4E292E) is unknown color: approx Heath. HEX triplet: 4E, 29 and 2E. RGB value is (78,41,46). Sum of RGB (Red+Green+Blue) = 78+41+46=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 78 - color contains mainly: red. Hex color #4E292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E292E is #B1D6D1. Grayscale: #343434. Windows color (decimal): -11654866 or 3025230. OLE color: 3025230.

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

Color convert

RGB784146-
CMYK00.470.410.69
HSL351.89º31.09%23.33%-
HSV(B)351.89º47.44%30.59%-
XYZ4.433.43.01-
YUV52.63124.26146.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.27%
GREEN value IS 41 (16.41% from 255) = 24.85%
BLUE value IS 46 (18.36% from 255) = 27.88%
R=47.27%
G=24.85%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78414600.470.410.69351.8931.0923.33
Hex4E292E02F29451601f17
Octal1165156057511055403727
Binary1001110101001101110010111110100110001011011000001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,41,46); }

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

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

 a { background-color: rgb(78,41,46); }

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

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

 span { border-color: rgb(78,41,46); }

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