#4E483D

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

Shades of Metallic Bronze #4E483D

Tints of Metallic Bronze #4E483D

Color information

#4E483D (or 0x4E483D) is unknown color: approx Metallic Bronze. HEX triplet: 4E, 48 and 3D. RGB value is (78,72,61). Sum of RGB (Red+Green+Blue) = 78+72+61=211 (27% of max value = 765). Red value is 78 (30.86% from 255 or 36.97% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 78 - color contains mainly: red. Hex color #4E483D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E483D is #B1B7C2. Grayscale: #484848. Windows color (decimal): -11646915 or 4016206. OLE color: 4016206.

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

Color convert

RGB787261-
CMYK00.080.220.69
HSL38.82º12.23%27.25%-
HSV(B)38.82º21.79%30.59%-
XYZ6.36.595.36-
YUV72.54121.49131.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.97%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 61 (24.22% from 255) = 28.91%
R=36.97%
G=34.12%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78726100.080.220.6938.8212.2327.25
Hex4E483D08164527c1b
Octal1161107501026105471433
Binary1001110100100011110101000101101000101100111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,72,61); }

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

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

 a { background-color: rgb(78,72,61); }

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

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

 span { border-color: rgb(78,72,61); }

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