#4E402D

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

Shades of Deep Bronze #4E402D

Tints of Deep Bronze #4E402D

Color information

#4E402D (or 0x4E402D) is unknown color: approx Deep Bronze. HEX triplet: 4E, 40 and 2D. RGB value is (78,64,45). Sum of RGB (Red+Green+Blue) = 78+64+45=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 78 - color contains mainly: red. Hex color #4E402D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E402D is #B1BFD2. Grayscale: #424242. Windows color (decimal): -11648979 or 2965582. OLE color: 2965582.

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

Color convert

RGB786445-
CMYK00.180.420.69
HSL34.55º26.83%24.12%-
HSV(B)34.55º42.31%30.59%-
XYZ5.455.483.25-
YUV66.02116.14136.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.71%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 45 (17.97% from 255) = 24.06%
R=41.71%
G=34.22%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78644500.180.420.6934.5526.8324.12
Hex4E402D0122A45231b18
Octal1161005502252105433330
Binary1001110100000010110101001010101010001011000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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