#594C20

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

Shades of Bronze Olive #594C20

Tints of Bronze Olive #594C20

Color information

#594C20 (or 0x594C20) is unknown color: approx Bronze Olive. HEX triplet: 59, 4C and 20. RGB value is (89,76,32). Sum of RGB (Red+Green+Blue) = 89+76+32=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #594C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C20 is #A6B3DF. Grayscale: #4B4B4B. Windows color (decimal): -10925024 or 2116697. OLE color: 2116697.

HSL color Cylindrical-coordinate representation of color #594C20: hue angle of 46.32º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #594C20 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB897632-
CMYK00.150.640.65
HSL46.32º47.11%23.73%-
HSV(B)46.32º64.04%34.9%-
XYZ6.967.42.43-
YUV74.87103.81138.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.18%
GREEN value IS 76 (30.08% from 255) = 38.58%
BLUE value IS 32 (12.89% from 255) = 16.24%
R=45.18%
G=38.58%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89763200.150.640.6546.3247.1123.73
Hex594C200F40412e2f18
Octal13111440017100101565730
Binary10110011001100100000011111000000100000110111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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