#4E4031

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

Shades of Deep Bronze #4E4031

Tints of Deep Bronze #4E4031

Color information

#4E4031 (or 0x4E4031) is unknown color: approx Deep Bronze. HEX triplet: 4E, 40 and 31. RGB value is (78,64,49). Sum of RGB (Red+Green+Blue) = 78+64+49=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4031 is #B1BFCE. Grayscale: #424242. Windows color (decimal): -11648975 or 3227726. OLE color: 3227726.

HSL color Cylindrical-coordinate representation of color #4E4031: hue angle of 31.03º 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 #4E4031 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB786449-
CMYK00.180.370.69
HSL31.03º22.83%24.9%-
HSV(B)31.03º37.18%30.59%-
XYZ5.535.513.68-
YUV66.48118.14136.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.84%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 49 (19.53% from 255) = 25.65%
R=40.84%
G=33.51%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78644900.180.370.6931.0322.8324.9
Hex4E403101225451f1719
Octal1161006102245105372731
Binary100111010000001100010100101001011000101111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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