#594D21

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

Shades of Bronze Olive #594D21

Tints of Bronze Olive #594D21

Color information

#594D21 (or 0x594D21) is unknown color: approx Bronze Olive. HEX triplet: 59, 4D and 21. RGB value is (89,77,33). Sum of RGB (Red+Green+Blue) = 89+77+33=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 89 - color contains mainly: red. Hex color #594D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D21 is #A6B2DE. Grayscale: #4B4B4B. Windows color (decimal): -10924767 or 2182489. OLE color: 2182489.

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

Color convert

RGB897733-
CMYK00.130.630.65
HSL47.14º45.9%23.92%-
HSV(B)47.14º62.92%34.9%-
XYZ7.057.542.52-
YUV75.57103.98137.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.72%
GREEN value IS 77 (30.47% from 255) = 38.69%
BLUE value IS 33 (13.28% from 255) = 16.58%
R=44.72%
G=38.69%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89773300.130.630.6547.1445.923.92
Hex594D210D3F412f2e18
Octal1311154101577101575630
Binary1011001100110110000101101111111100000110111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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