#594C3D

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

Shades of Metallic Bronze #594C3D

Tints of Metallic Bronze #594C3D

Color information

#594C3D (or 0x594C3D) is unknown color: approx Metallic Bronze. HEX triplet: 59, 4C and 3D. RGB value is (89,76,61). Sum of RGB (Red+Green+Blue) = 89+76+61=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 89 - color contains mainly: red. Hex color #594C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C3D is #A6B3C2. Grayscale: #4E4E4E. Windows color (decimal): -10924995 or 4017241. OLE color: 4017241.

HSL color Cylindrical-coordinate representation of color #594C3D: hue angle of 32.14º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #594C3D is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB897661-
CMYK00.150.310.65
HSL32.14º18.67%29.41%-
HSV(B)32.14º31.46%34.9%-
XYZ7.557.635.49-
YUV78.18118.31135.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.38%
GREEN value IS 76 (30.08% from 255) = 33.63%
BLUE value IS 61 (24.22% from 255) = 26.99%
R=39.38%
G=33.63%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89766100.150.310.6532.1418.6729.41
Hex594C3D0F1F4120131d
Octal1311147501737101402335
Binary10110011001100111101011111111110000011000001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594C3D; }

 p { color: rgb(89,76,61); }

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

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

 a { background-color: rgb(89,76,61); }

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

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

 span { border-color: rgb(89,76,61); }

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