#5E4E35

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

Shades of Metallic Bronze #5E4E35

Tints of Metallic Bronze #5E4E35

Color information

#5E4E35 (or 0x5E4E35) is unknown color: approx Metallic Bronze. HEX triplet: 5E, 4E and 35. RGB value is (94,78,53). Sum of RGB (Red+Green+Blue) = 94+78+53=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E4E35 is #A1B1CA. Grayscale: #505050. Windows color (decimal): -10596811 or 3493470. OLE color: 3493470.

HSL color Cylindrical-coordinate representation of color #5E4E35: hue angle of 36.59º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E4E35 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.63.

Color convert

RGB947853-
CMYK00.170.440.63
HSL36.59º27.89%28.82%-
HSV(B)36.59º43.62%36.86%-
XYZ7.988.094.51-
YUV79.93112.8138.03-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.78%
GREEN value IS 78 (30.86% from 255) = 34.67%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=41.78%
G=34.67%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94785300.170.440.6336.5927.8928.82
Hex5E4E350112C3F251c1d
Octal136116650215477453435
Binary101111010011101101010100011011001111111001011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,78,53); }

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

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

 a { background-color: rgb(94,78,53); }

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

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

 span { border-color: rgb(94,78,53); }

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