#594D11

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

Shades of Bronze Olive #594D11

Tints of Bronze Olive #594D11

Color information

#594D11 (or 0x594D11) is unknown color: approx Bronze Olive. HEX triplet: 59, 4D and 11. RGB value is (89,77,17). Sum of RGB (Red+Green+Blue) = 89+77+17=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #594D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594D11 is #A6B2EE. Grayscale: #4A4A4A. Windows color (decimal): -10924783 or 1133913. OLE color: 1133913.

HSL color Cylindrical-coordinate representation of color #594D11: hue angle of 50º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #594D11 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB897717-
CMYK00.130.810.65
HSL50º67.92%20.78%-
HSV(B)50º80.9%34.9%-
XYZ6.877.471.61-
YUV73.7595.98138.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.63%
GREEN value IS 77 (30.47% from 255) = 42.08%
BLUE value IS 17 (7.03% from 255) = 9.29%
R=48.63%
G=42.08%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89771700.130.810.655067.9220.78
Hex594D110D5141324415
Octal131115210151211016210425
Binary10110011001101100010110110100011000001110010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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