#594D1C

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

Shades of Bronze Olive #594D1C

Tints of Bronze Olive #594D1C

Color information

#594D1C (or 0x594D1C) is unknown color: approx Bronze Olive. HEX triplet: 59, 4D and 1C. RGB value is (89,77,28). Sum of RGB (Red+Green+Blue) = 89+77+28=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #594D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D1C is #A6B2E3. Grayscale: #4B4B4B. Windows color (decimal): -10924772 or 1854809. OLE color: 1854809.

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

Color convert

RGB897728-
CMYK00.130.690.65
HSL48.2º52.14%22.94%-
HSV(B)48.2º68.54%34.9%-
XYZ6.987.522.18-
YUV75101.48137.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.88%
GREEN value IS 77 (30.47% from 255) = 39.69%
BLUE value IS 28 (11.33% from 255) = 14.43%
R=45.88%
G=39.69%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89772800.130.690.6548.252.1422.94
Hex594D1C0D4541303417
Octal13111534015105101606427
Binary1011001100110111100011011000101100000111000011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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