#594C25

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

Shades of Bronze Olive #594C25

Tints of Bronze Olive #594C25

Color information

#594C25 (or 0x594C25) is unknown color: approx Bronze Olive. HEX triplet: 59, 4C and 25. RGB value is (89,76,37). Sum of RGB (Red+Green+Blue) = 89+76+37=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 89 - color contains mainly: red. Hex color #594C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C25 is #A6B3DA. Grayscale: #4B4B4B. Windows color (decimal): -10925019 or 2444377. OLE color: 2444377.

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

Color convert

RGB897637-
CMYK00.150.580.65
HSL45º41.27%24.71%-
HSV(B)45º58.43%34.9%-
XYZ7.047.432.81-
YUV75.44106.31137.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.06%
GREEN value IS 76 (30.08% from 255) = 37.62%
BLUE value IS 37 (14.84% from 255) = 18.32%
R=44.06%
G=37.62%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89763700.150.580.654541.2724.71
Hex594C250F3A412d2919
Octal1311144501772101555131
Binary1011001100110010010101111111010100000110110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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