#5A4931

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

Shades of Metallic Bronze #5A4931

Tints of Metallic Bronze #5A4931

Color information

#5A4931 (or 0x5A4931) is unknown color: approx Metallic Bronze. HEX triplet: 5A, 49 and 31. RGB value is (90,73,49). Sum of RGB (Red+Green+Blue) = 90+73+49=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4931 is #A5B6CE. Grayscale: #4B4B4B. Windows color (decimal): -10860239 or 3230042. OLE color: 3230042.

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

Color convert

RGB907349-
CMYK00.190.460.65
HSL35.12º29.5%27.25%-
HSV(B)35.12º45.56%35.29%-
XYZ7.157.163.91-
YUV75.35113.13138.45-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.45%
GREEN value IS 73 (28.91% from 255) = 34.43%
BLUE value IS 49 (19.53% from 255) = 23.11%
R=42.45%
G=34.43%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90734900.190.460.6535.1229.527.25
Hex5A49310132E41231d1b
Octal1321116102356101433533
Binary1011010100100111000101001110111010000011000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,73,49); }

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

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

 a { background-color: rgb(90,73,49); }

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

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

 span { border-color: rgb(90,73,49); }

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