#5A4D3D

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

Shades of Metallic Bronze #5A4D3D

Tints of Metallic Bronze #5A4D3D

Color information

#5A4D3D (or 0x5A4D3D) is unknown color: approx Metallic Bronze. HEX triplet: 5A, 4D and 3D. RGB value is (90,77,61). Sum of RGB (Red+Green+Blue) = 90+77+61=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4D3D is #A5B2C2. Grayscale: #4F4F4F. Windows color (decimal): -10859203 or 4017498. OLE color: 4017498.

HSL color Cylindrical-coordinate representation of color #5A4D3D: hue angle of 33.1º 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 #5A4D3D is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB907761-
CMYK00.140.320.65
HSL33.1º19.21%29.61%-
HSV(B)33.1º32.22%35.29%-
XYZ7.717.825.52-
YUV79.06117.81135.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.47%
GREEN value IS 77 (30.47% from 255) = 33.77%
BLUE value IS 61 (24.22% from 255) = 26.75%
R=39.47%
G=33.77%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90776100.140.320.6533.119.2129.61
Hex5A4D3D0E204121131e
Octal1321157501640101412336
Binary101101010011011111010111010000010000011000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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