#4E282D

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

Shades of Heath #4E282D

Tints of Heath #4E282D

Color information

#4E282D (or 0x4E282D) is unknown color: approx Heath. HEX triplet: 4E, 28 and 2D. RGB value is (78,40,45). Sum of RGB (Red+Green+Blue) = 78+40+45=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E282D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E282D is #B1D7D2. Grayscale: #333333. Windows color (decimal): -11655123 or 2959438. OLE color: 2959438.

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

Color convert

RGB784045-
CMYK00.490.420.69
HSL352.11º32.2%23.14%-
HSV(B)352.11º48.72%30.59%-
XYZ4.373.332.89-
YUV51.93124.09146.59-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.85%
GREEN value IS 40 (16.02% from 255) = 24.54%
BLUE value IS 45 (17.97% from 255) = 27.61%
R=47.85%
G=24.54%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78404500.490.420.69352.1132.223.14
Hex4E282D0312A451602017
Octal1165055061521055404027
Binary10011101010001011010110001101010100010110110000010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E282D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,40,45); }

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

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

 a { background-color: rgb(78,40,45); }

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

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

 span { border-color: rgb(78,40,45); }

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