#594B3C

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

Shades of Metallic Bronze #594B3C

Tints of Metallic Bronze #594B3C

Color information

#594B3C (or 0x594B3C) is unknown color: approx Metallic Bronze. HEX triplet: 59, 4B and 3C. RGB value is (89,75,60). Sum of RGB (Red+Green+Blue) = 89+75+60=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 89 - color contains mainly: red. Hex color #594B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B3C is #A6B4C3. Grayscale: #4D4D4D. Windows color (decimal): -10925252 or 3951449. OLE color: 3951449.

HSL color Cylindrical-coordinate representation of color #594B3C: hue angle of 31.03º degrees, saturation: 0.19, 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 #594B3C is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB897560-
CMYK00.160.330.65
HSL31.03º19.46%29.22%-
HSV(B)31.03º32.58%34.9%-
XYZ7.457.485.33-
YUV77.48118.14136.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.73%
GREEN value IS 75 (29.69% from 255) = 33.48%
BLUE value IS 60 (23.83% from 255) = 26.79%
R=39.73%
G=33.48%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89756000.160.330.6531.0319.4629.22
Hex594B3C01021411f131d
Octal1311137402041101372335
Binary101100110010111111000100001000011000001111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,75,60); }

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

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

 a { background-color: rgb(89,75,60); }

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

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

 span { border-color: rgb(89,75,60); }

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