#4E473E

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

Shades of Metallic Bronze #4E473E

Tints of Metallic Bronze #4E473E

Color information

#4E473E (or 0x4E473E) is unknown color: approx Metallic Bronze. HEX triplet: 4E, 47 and 3E. RGB value is (78,71,62). Sum of RGB (Red+Green+Blue) = 78+71+62=211 (27% of max value = 765). Red value is 78 (30.86% from 255 or 36.97% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 78 - color contains mainly: red. Hex color #4E473E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E473E is #B1B8C1. Grayscale: #484848. Windows color (decimal): -11647170 or 4081486. OLE color: 4081486.

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

Color convert

RGB787162-
CMYK00.090.210.69
HSL33.75º11.43%27.45%-
HSV(B)33.75º20.51%30.59%-
XYZ6.266.475.48-
YUV72.07122.32132.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.97%
GREEN value IS 71 (28.12% from 255) = 33.65%
BLUE value IS 62 (24.61% from 255) = 29.38%
R=36.97%
G=33.65%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78716200.090.210.6933.7511.4327.45
Hex4E473E09154522b1b
Octal1161077601125105421333
Binary1001110100011111111001001101011000101100010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,71,62); }

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

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

 a { background-color: rgb(78,71,62); }

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

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

 span { border-color: rgb(78,71,62); }

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