#584732

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

Shades of Deep Bronze #584732

Tints of Deep Bronze #584732

Color information

#584732 (or 0x584732) is unknown color: approx Deep Bronze. HEX triplet: 58, 47 and 32. RGB value is (88,71,50). Sum of RGB (Red+Green+Blue) = 88+71+50=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 88 - color contains mainly: red. Hex color #584732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584732 is #A7B8CD. Grayscale: #494949. Windows color (decimal): -10991822 or 3295064. OLE color: 3295064.

HSL color Cylindrical-coordinate representation of color #584732: hue angle of 33.16º 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 #584732 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB887150-
CMYK00.190.430.65
HSL33.16º27.54%27.06%-
HSV(B)33.16º43.18%34.51%-
XYZ6.856.813.97-
YUV73.69114.63138.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.11%
GREEN value IS 71 (28.12% from 255) = 33.97%
BLUE value IS 50 (19.92% from 255) = 23.92%
R=42.11%
G=33.97%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88715000.190.430.6533.1627.5427.06
Hex5847320132B41211c1b
Octal1301076202353101413433
Binary1011000100011111001001001110101110000011000011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584732; }

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

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

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

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

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

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

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

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