#584A38

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

Shades of Metallic Bronze #584A38

Tints of Metallic Bronze #584A38

Color information

#584A38 (or 0x584A38) is unknown color: approx Metallic Bronze. HEX triplet: 58, 4A and 38. RGB value is (88,74,56). Sum of RGB (Red+Green+Blue) = 88+74+56=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #584A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A38 is #A7B5C7. Grayscale: #4C4C4C. Windows color (decimal): -10991048 or 3689048. OLE color: 3689048.

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

Color convert

RGB887456-
CMYK00.160.360.65
HSL33.75º22.22%28.24%-
HSV(B)33.75º36.36%34.51%-
XYZ7.197.264.76-
YUV76.13116.64136.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.37%
GREEN value IS 74 (29.30% from 255) = 33.94%
BLUE value IS 56 (22.27% from 255) = 25.69%
R=40.37%
G=33.94%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88745600.160.360.6533.7522.2228.24
Hex584A38010244122161c
Octal1301127002044101422634
Binary1011000100101011100001000010010010000011000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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