#584832

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

Shades of Metallic Bronze #584832

Tints of Metallic Bronze #584832

Color information

#584832 (or 0x584832) is unknown color: approx Metallic Bronze. HEX triplet: 58, 48 and 32. RGB value is (88,72,50). Sum of RGB (Red+Green+Blue) = 88+72+50=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 88 - color contains mainly: red. Hex color #584832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584832 is #A7B7CD. Grayscale: #4A4A4A. Windows color (decimal): -10991566 or 3295320. OLE color: 3295320.

HSL color Cylindrical-coordinate representation of color #584832: hue angle of 34.74º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #584832 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB887250-
CMYK00.180.430.65
HSL34.74º27.54%27.06%-
HSV(B)34.74º43.18%34.51%-
XYZ6.926.943.99-
YUV74.28114.3137.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.90%
GREEN value IS 72 (28.52% from 255) = 34.29%
BLUE value IS 50 (19.92% from 255) = 23.81%
R=41.90%
G=34.29%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88725000.180.430.6534.7427.5427.06
Hex5848320122B41231c1b
Octal1301106202253101433433
Binary1011000100100011001001001010101110000011000111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584832; }

 p { color: rgb(88,72,50); }

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

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

 a { background-color: rgb(88,72,50); }

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

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

 span { border-color: rgb(88,72,50); }

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