#584A34

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

Shades of Metallic Bronze #584A34

Tints of Metallic Bronze #584A34

Color information

#584A34 (or 0x584A34) is unknown color: approx Metallic Bronze. HEX triplet: 58, 4A and 34. RGB value is (88,74,52). Sum of RGB (Red+Green+Blue) = 88+74+52=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 88 - color contains mainly: red. Hex color #584A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A34 is #A7B5CB. Grayscale: #4B4B4B. Windows color (decimal): -10991052 or 3426904. OLE color: 3426904.

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

Color convert

RGB887452-
CMYK00.160.410.65
HSL36.67º25.71%27.45%-
HSV(B)36.67º40.91%34.51%-
XYZ7.097.224.27-
YUV75.68114.64136.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.12%
GREEN value IS 74 (29.30% from 255) = 34.58%
BLUE value IS 52 (20.70% from 255) = 24.30%
R=41.12%
G=34.58%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88745200.160.410.6536.6725.7127.45
Hex584A340102941251a1b
Octal1301126402051101453233
Binary1011000100101011010001000010100110000011001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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