#5A4E3D

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

Shades of Metallic Bronze #5A4E3D

Tints of Metallic Bronze #5A4E3D

Color information

#5A4E3D (or 0x5A4E3D) is unknown color: approx Metallic Bronze. HEX triplet: 5A, 4E and 3D. RGB value is (90,78,61). Sum of RGB (Red+Green+Blue) = 90+78+61=229 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.30% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4E3D is #A5B1C2. Grayscale: #4F4F4F. Windows color (decimal): -10858947 or 4017754. OLE color: 4017754.

HSL color Cylindrical-coordinate representation of color #5A4E3D: hue angle of 35.17º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A4E3D is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB907861-
CMYK00.130.320.65
HSL35.17º19.21%29.61%-
HSV(B)35.17º32.22%35.29%-
XYZ7.787.965.54-
YUV79.65117.48135.38-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.30%
GREEN value IS 78 (30.86% from 255) = 34.06%
BLUE value IS 61 (24.22% from 255) = 26.64%
R=39.30%
G=34.06%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90786100.130.320.6535.1719.2129.61
Hex5A4E3D0D204123131e
Octal1321167501540101432336
Binary101101010011101111010110110000010000011000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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