#594527

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

Shades of Deep Bronze #594527

Tints of Deep Bronze #594527

Color information

#594527 (or 0x594527) is unknown color: approx Deep Bronze. HEX triplet: 59, 45 and 27. RGB value is (89,69,39). Sum of RGB (Red+Green+Blue) = 89+69+39=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #594527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594527 is #A6BAD8. Grayscale: #474747. Windows color (decimal): -10926809 or 2573657. OLE color: 2573657.

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

Color convert

RGB896939-
CMYK00.220.560.65
HSL36º39.06%25.1%-
HSV(B)36º56.18%34.9%-
XYZ6.616.532.83-
YUV71.56109.63140.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.18%
GREEN value IS 69 (27.34% from 255) = 35.03%
BLUE value IS 39 (15.62% from 255) = 19.80%
R=45.18%
G=35.03%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89693900.220.560.653639.0625.1
Hex5945270163841242719
Octal1311054702670101444731
Binary10110011000101100111010110111000100000110010010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594527; }

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

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

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

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

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

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

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

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