#584A3C

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

Shades of Metallic Bronze #584A3C

Tints of Metallic Bronze #584A3C

Color information

#584A3C (or 0x584A3C) is unknown color: approx Metallic Bronze. HEX triplet: 58, 4A and 3C. RGB value is (88,74,60). Sum of RGB (Red+Green+Blue) = 88+74+60=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 88 - color contains mainly: red. Hex color #584A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A3C is #A7B5C3. Grayscale: #4C4C4C. Windows color (decimal): -10991044 or 3951192. OLE color: 3951192.

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

Color convert

RGB887460-
CMYK00.160.320.65
HSL30º18.92%29.02%-
HSV(B)30º31.82%34.51%-
XYZ7.297.35.3-
YUV76.59118.64136.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.64%
GREEN value IS 74 (29.30% from 255) = 33.33%
BLUE value IS 60 (23.83% from 255) = 27.03%
R=39.64%
G=33.33%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88746000.160.320.653018.9229.02
Hex584A3C01020411e131d
Octal1301127402040101362335
Binary101100010010101111000100001000001000001111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584A3C; }

 p { color: rgb(88,74,60); }

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

<style>
 a { background-color: #584A3C; }

 a { background-color: rgb(88,74,60); }

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

<style>
 span { border-color: #584A3C; }

 span { border-color: rgb(88,74,60); }

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