#584C3B

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

Shades of Metallic Bronze #584C3B

Tints of Metallic Bronze #584C3B

Color information

#584C3B (or 0x584C3B) is unknown color: approx Metallic Bronze. HEX triplet: 58, 4C and 3B. RGB value is (88,76,59). Sum of RGB (Red+Green+Blue) = 88+76+59=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 88 - color contains mainly: red. Hex color #584C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584C3B is #A7B3C4. Grayscale: #4D4D4D. Windows color (decimal): -10990533 or 3886168. OLE color: 3886168.

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

Color convert

RGB887659-
CMYK00.140.330.65
HSL35.17º19.73%28.82%-
HSV(B)35.17º32.95%34.51%-
XYZ7.47.565.21-
YUV77.65117.48135.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.46%
GREEN value IS 76 (30.08% from 255) = 34.08%
BLUE value IS 59 (23.44% from 255) = 26.46%
R=39.46%
G=34.08%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88765900.140.330.6535.1719.7328.82
Hex584C3B0E214123141d
Octal1301147301641101432435
Binary101100010011001110110111010000110000011000111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,76,59); }

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

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

 a { background-color: rgb(88,76,59); }

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

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

 span { border-color: rgb(88,76,59); }

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