#594D1E

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

Shades of Bronze Olive #594D1E

Tints of Bronze Olive #594D1E

Color information

#594D1E (or 0x594D1E) is unknown color: approx Bronze Olive. HEX triplet: 59, 4D and 1E. RGB value is (89,77,30). Sum of RGB (Red+Green+Blue) = 89+77+30=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #594D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D1E is #A6B2E1. Grayscale: #4B4B4B. Windows color (decimal): -10924770 or 1985881. OLE color: 1985881.

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

Color convert

RGB897730-
CMYK00.130.660.65
HSL47.8º49.58%23.33%-
HSV(B)47.8º66.29%34.9%-
XYZ7.017.532.31-
YUV75.23102.48137.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.41%
GREEN value IS 77 (30.47% from 255) = 39.29%
BLUE value IS 30 (12.11% from 255) = 15.31%
R=45.41%
G=39.29%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89773000.130.660.6547.849.5823.33
Hex594D1E0D4241303217
Octal13111536015102101606227
Binary1011001100110111110011011000010100000111000011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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