#594407

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

Shades of Bronze Olive #594407

Tints of Bronze Olive #594407

Color information

#594407 (or 0x594407) is unknown color: approx Bronze Olive. HEX triplet: 59, 44 and 07. RGB value is (89,68,7). Sum of RGB (Red+Green+Blue) = 89+68+7=164 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.27% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 7 (3.12% from 255 or 4.27% from 164); Max value from RGB is 89 - color contains mainly: red. Hex color #594407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594407 is #A6BBF8. Grayscale: #434343. Windows color (decimal): -10927097 or 476249. OLE color: 476249.

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

Color convert

RGB89687-
CMYK00.240.920.65
HSL44.63º85.42%18.82%-
HSV(B)44.63º92.13%34.9%-
XYZ6.236.271.08-
YUV67.3293.96143.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.27%
GREEN value IS 68 (26.95% from 255) = 41.46%
BLUE value IS 7 (3.12% from 255) = 4.27%
R=54.27%
G=41.46%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8968700.240.920.6544.6385.4218.82
Hex594470185C412d5513
Octal13110470301341015512523
Binary1011001100010011101100010111001000001101101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594407; }

 p { color: rgb(89,68,7); }

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

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

 a { background-color: rgb(89,68,7); }

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

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

 span { border-color: rgb(89,68,7); }

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