#594B3A

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

Shades of Metallic Bronze #594B3A

Tints of Metallic Bronze #594B3A

Color information

#594B3A (or 0x594B3A) is unknown color: approx Metallic Bronze. HEX triplet: 59, 4B and 3A. RGB value is (89,75,58). Sum of RGB (Red+Green+Blue) = 89+75+58=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 89 - color contains mainly: red. Hex color #594B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B3A is #A6B4C5. Grayscale: #4D4D4D. Windows color (decimal): -10925254 or 3820377. OLE color: 3820377.

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

Color convert

RGB897558-
CMYK00.160.350.65
HSL32.9º21.09%28.82%-
HSV(B)32.9º34.83%34.9%-
XYZ7.47.465.05-
YUV77.25117.14136.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.09%
GREEN value IS 75 (29.69% from 255) = 33.78%
BLUE value IS 58 (23.05% from 255) = 26.13%
R=40.09%
G=33.78%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89755800.160.350.6532.921.0928.82
Hex594B3A010234121151d
Octal1311137202043101412535
Binary1011001100101111101001000010001110000011000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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