#594D1F

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

Shades of Bronze Olive #594D1F

Tints of Bronze Olive #594D1F

Color information

#594D1F (or 0x594D1F) is unknown color: approx Bronze Olive. HEX triplet: 59, 4D and 1F. RGB value is (89,77,31). Sum of RGB (Red+Green+Blue) = 89+77+31=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #594D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D1F is #A6B2E0. Grayscale: #4B4B4B. Windows color (decimal): -10924769 or 2051417. OLE color: 2051417.

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

Color convert

RGB897731-
CMYK00.130.650.65
HSL47.59º48.33%23.53%-
HSV(B)47.59º65.17%34.9%-
XYZ7.027.532.38-
YUV75.34102.98137.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.18%
GREEN value IS 77 (30.47% from 255) = 39.09%
BLUE value IS 31 (12.5% from 255) = 15.74%
R=45.18%
G=39.09%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89773100.130.650.6547.5948.3323.53
Hex594D1F0D4141303018
Octal13111537015101101606030
Binary1011001100110111111011011000001100000111000011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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