#5E4D39

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

Shades of Metallic Bronze #5E4D39

Tints of Metallic Bronze #5E4D39

Color information

#5E4D39 (or 0x5E4D39) is unknown color: approx Metallic Bronze. HEX triplet: 5E, 4D and 39. RGB value is (94,77,57). Sum of RGB (Red+Green+Blue) = 94+77+57=228 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.23% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E4D39 is #A1B2C6. Grayscale: #4F4F4F. Windows color (decimal): -10597063 or 3755358. OLE color: 3755358.

HSL color Cylindrical-coordinate representation of color #5E4D39: hue angle of 32.43º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E4D39 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.63.

Color convert

RGB947757-
CMYK00.180.390.63
HSL32.43º24.5%29.61%-
HSV(B)32.43º39.36%36.86%-
XYZ8.017.984.99-
YUV79.8115.13138.13-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.23%
GREEN value IS 77 (30.47% from 255) = 33.77%
BLUE value IS 57 (22.66% from 255) = 25%
R=41.23%
G=33.77%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94775700.180.390.6332.4324.529.61
Hex5E4D39012273F20191e
Octal136115710224777403136
Binary101111010011011110010100101001111111111000001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E4D39; }

 p { color: rgb(94,77,57); }

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

<style>
 a { background-color: #5E4D39; }

 a { background-color: rgb(94,77,57); }

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

<style>
 span { border-color: #5E4D39; }

 span { border-color: rgb(94,77,57); }

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