#4E2E2F

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

Shades of Heath #4E2E2F

Tints of Heath #4E2E2F

Color information

#4E2E2F (or 0x4E2E2F) is unknown color: approx Heath. HEX triplet: 4E, 2E and 2F. RGB value is (78,46,47). Sum of RGB (Red+Green+Blue) = 78+46+47=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2E2F is #B1D1D0. Grayscale: #373737. Windows color (decimal): -11653585 or 3092046. OLE color: 3092046.

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

Color convert

RGB784647-
CMYK00.410.400.69
HSL358.12º25.81%24.31%-
HSV(B)358.12º41.03%30.59%-
XYZ4.633.783.17-
YUV55.68123.1143.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.61%
GREEN value IS 46 (18.36% from 255) = 26.90%
BLUE value IS 47 (18.75% from 255) = 27.49%
R=45.61%
G=26.90%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78464700.410.400.69358.1225.8124.31
Hex4E2E2F02928451661a18
Octal1165657051501055463230
Binary1001110101110101111010100110100010001011011001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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