#594505

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

Shades of Bronze Olive #594505

Tints of Bronze Olive #594505

Color information

#594505 (or 0x594505) is unknown color: approx Bronze Olive. HEX triplet: 59, 45 and 05. RGB value is (89,69,5). Sum of RGB (Red+Green+Blue) = 89+69+5=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #594505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594505 is #A6BAFA. Grayscale: #434343. Windows color (decimal): -10926843 or 345433. OLE color: 345433.

HSL color Cylindrical-coordinate representation of color #594505: hue angle of 45.71º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #594505 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB89695-
CMYK00.220.940.65
HSL45.71º89.36%18.43%-
HSV(B)45.71º94.38%34.9%-
XYZ6.286.391.05-
YUV67.6892.63143.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.60%
GREEN value IS 69 (27.34% from 255) = 42.33%
BLUE value IS 5 (2.34% from 255) = 3.07%
R=54.60%
G=42.33%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8969500.220.940.6545.7189.3618.43
Hex594550165E412e5912
Octal13110550261361015613122
Binary1011001100010110101011010111101000001101110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594505; }

 p { color: rgb(89,69,5); }

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

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

 a { background-color: rgb(89,69,5); }

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

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

 span { border-color: rgb(89,69,5); }

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