#594A28

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

Shades of Bronze Olive #594A28

Tints of Bronze Olive #594A28

Color information

#594A28 (or 0x594A28) is unknown color: approx Bronze Olive. HEX triplet: 59, 4A and 28. RGB value is (89,74,40). Sum of RGB (Red+Green+Blue) = 89+74+40=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #594A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594A28 is #A6B5D7. Grayscale: #4A4A4A. Windows color (decimal): -10925528 or 2640473. OLE color: 2640473.

HSL color Cylindrical-coordinate representation of color #594A28: hue angle of 41.63º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #594A28 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB897440-
CMYK00.170.550.65
HSL41.63º37.98%25.29%-
HSV(B)41.63º55.06%34.9%-
XYZ6.957.173.03-
YUV74.61108.47138.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.84%
GREEN value IS 74 (29.30% from 255) = 36.45%
BLUE value IS 40 (16.02% from 255) = 19.70%
R=43.84%
G=36.45%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89744000.170.550.6541.6337.9825.29
Hex594A2801137412a2619
Octal1311125002167101524631
Binary10110011001010101000010001110111100000110101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,74,40); }

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

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

 a { background-color: rgb(89,74,40); }

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

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

 span { border-color: rgb(89,74,40); }

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