#594D25

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

Shades of Bronze Olive #594D25

Tints of Bronze Olive #594D25

Color information

#594D25 (or 0x594D25) is unknown color: approx Bronze Olive. HEX triplet: 59, 4D and 25. RGB value is (89,77,37). Sum of RGB (Red+Green+Blue) = 89+77+37=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #594D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D25 is #A6B2DA. Grayscale: #4C4C4C. Windows color (decimal): -10924763 or 2444633. OLE color: 2444633.

HSL color Cylindrical-coordinate representation of color #594D25: hue angle of 46.15º 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 #594D25 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB897737-
CMYK00.130.580.65
HSL46.15º41.27%24.71%-
HSV(B)46.15º58.43%34.9%-
XYZ7.117.572.84-
YUV76.03105.98137.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.84%
GREEN value IS 77 (30.47% from 255) = 37.93%
BLUE value IS 37 (14.84% from 255) = 18.23%
R=43.84%
G=37.93%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89773700.130.580.6546.1541.2724.71
Hex594D250D3A412e2919
Octal1311154501572101565131
Binary1011001100110110010101101111010100000110111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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