#5A4D38

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

Shades of Metallic Bronze #5A4D38

Tints of Metallic Bronze #5A4D38

Color information

#5A4D38 (or 0x5A4D38) is unknown color: approx Metallic Bronze. HEX triplet: 5A, 4D and 38. RGB value is (90,77,56). Sum of RGB (Red+Green+Blue) = 90+77+56=223 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.36% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4D38 is #A5B2C7. Grayscale: #4E4E4E. Windows color (decimal): -10859208 or 3689818. OLE color: 3689818.

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

Color convert

RGB907756-
CMYK00.140.380.65
HSL37.06º23.29%28.63%-
HSV(B)37.06º37.78%35.29%-
XYZ7.587.774.84-
YUV78.49115.31136.21-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40.36%
GREEN value IS 77 (30.47% from 255) = 34.53%
BLUE value IS 56 (22.27% from 255) = 25.11%
R=40.36%
G=34.53%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90775600.140.380.6537.0623.2928.63
Hex5A4D380E264125171d
Octal1321157001646101452735
Binary101101010011011110000111010011010000011001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,77,56); }

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

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

 a { background-color: rgb(90,77,56); }

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

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

 span { border-color: rgb(90,77,56); }

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