#594835

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

Shades of Metallic Bronze #594835

Tints of Metallic Bronze #594835

Color information

#594835 (or 0x594835) is unknown color: approx Metallic Bronze. HEX triplet: 59, 48 and 35. RGB value is (89,72,53). Sum of RGB (Red+Green+Blue) = 89+72+53=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 89 - color contains mainly: red. Hex color #594835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594835 is #A6B7CA. Grayscale: #4B4B4B. Windows color (decimal): -10926027 or 3491929. OLE color: 3491929.

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

Color convert

RGB897253-
CMYK00.190.400.65
HSL31.67º25.35%27.84%-
HSV(B)31.67º40.45%34.9%-
XYZ7.087.024.35-
YUV74.92115.63138.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.59%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 53 (21.09% from 255) = 24.77%
R=41.59%
G=33.64%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89725300.190.400.6531.6725.3527.84
Hex594835013284120191c
Octal1311106502350101403134
Binary1011001100100011010101001110100010000011000001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594835; }

 p { color: rgb(89,72,53); }

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

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

 a { background-color: rgb(89,72,53); }

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

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

 span { border-color: rgb(89,72,53); }

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