#594425

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

Shades of Deep Bronze #594425

Tints of Deep Bronze #594425

Color information

#594425 (or 0x594425) is unknown color: approx Deep Bronze. HEX triplet: 59, 44 and 25. RGB value is (89,68,37). Sum of RGB (Red+Green+Blue) = 89+68+37=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #594425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594425 is #A6BBDA. Grayscale: #464646. Windows color (decimal): -10927067 or 2442329. OLE color: 2442329.

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

Color convert

RGB896837-
CMYK00.240.580.65
HSL35.77º41.27%24.71%-
HSV(B)35.77º58.43%34.9%-
XYZ6.526.392.64-
YUV70.74108.96141.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.88%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 37 (14.84% from 255) = 19.07%
R=45.88%
G=35.05%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89683700.240.580.6535.7741.2724.71
Hex5944250183A41242919
Octal1311044503072101445131
Binary10110011000100100101011000111010100000110010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594425; }

 p { color: rgb(89,68,37); }

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

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

 a { background-color: rgb(89,68,37); }

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

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

 span { border-color: rgb(89,68,37); }

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