#594925

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

Shades of Bronze Olive #594925

Tints of Bronze Olive #594925

Color information

#594925 (or 0x594925) is unknown color: approx Bronze Olive. HEX triplet: 59, 49 and 25. RGB value is (89,73,37). Sum of RGB (Red+Green+Blue) = 89+73+37=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 89 - color contains mainly: red. Hex color #594925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594925 is #A6B6DA. Grayscale: #494949. Windows color (decimal): -10925787 or 2443609. OLE color: 2443609.

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

Color convert

RGB897337-
CMYK00.180.580.65
HSL41.54º41.27%24.71%-
HSV(B)41.54º58.43%34.9%-
XYZ6.847.022.75-
YUV73.68107.3138.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.72%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 37 (14.84% from 255) = 18.59%
R=44.72%
G=36.68%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89733700.180.580.6541.5441.2724.71
Hex5949250123A412a2919
Octal1311114502272101525131
Binary10110011001001100101010010111010100000110101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594925; }

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

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

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

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

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

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

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

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