#594530

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

Shades of Deep Bronze #594530

Tints of Deep Bronze #594530

Color information

#594530 (or 0x594530) is unknown color: approx Deep Bronze. HEX triplet: 59, 45 and 30. RGB value is (89,69,48). Sum of RGB (Red+Green+Blue) = 89+69+48=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #594530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594530 is #A6BACF. Grayscale: #484848. Windows color (decimal): -10926800 or 3163481. OLE color: 3163481.

HSL color Cylindrical-coordinate representation of color #594530: hue angle of 30.73º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #594530 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB896948-
CMYK00.220.460.65
HSL30.73º29.93%26.86%-
HSV(B)30.73º46.07%34.9%-
XYZ6.786.593.71-
YUV72.59114.13139.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.20%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 48 (19.14% from 255) = 23.30%
R=43.20%
G=33.50%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89694800.220.460.6530.7329.9326.86
Hex5945300162E411f1e1b
Octal1311056002656101373633
Binary101100110001011100000101101011101000001111111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594530; }

 p { color: rgb(89,69,48); }

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

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

 a { background-color: rgb(89,69,48); }

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

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

 span { border-color: rgb(89,69,48); }

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