#584A35

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

Shades of Metallic Bronze #584A35

Tints of Metallic Bronze #584A35

Color information

#584A35 (or 0x584A35) is unknown color: approx Metallic Bronze. HEX triplet: 58, 4A and 35. RGB value is (88,74,53). Sum of RGB (Red+Green+Blue) = 88+74+53=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 88 - color contains mainly: red. Hex color #584A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A35 is #A7B5CA. Grayscale: #4B4B4B. Windows color (decimal): -10991051 or 3492440. OLE color: 3492440.

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

Color convert

RGB887453-
CMYK00.160.400.65
HSL36º24.82%27.65%-
HSV(B)36º39.77%34.51%-
XYZ7.127.234.39-
YUV75.79115.14136.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.93%
GREEN value IS 74 (29.30% from 255) = 34.42%
BLUE value IS 53 (21.09% from 255) = 24.65%
R=40.93%
G=34.42%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88745300.160.400.653624.8227.65
Hex584A35010284124191c
Octal1301126502050101443134
Binary1011000100101011010101000010100010000011001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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