#594509

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

Shades of Bronze Olive #594509

Tints of Bronze Olive #594509

Color information

#594509 (or 0x594509) is unknown color: approx Bronze Olive. HEX triplet: 59, 45 and 09. RGB value is (89,69,9). Sum of RGB (Red+Green+Blue) = 89+69+9=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #594509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594509 is #A6BAF6. Grayscale: #444444. Windows color (decimal): -10926839 or 607577. OLE color: 607577.

HSL color Cylindrical-coordinate representation of color #594509: hue angle of 45º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #594509 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB89699-
CMYK00.220.900.65
HSL45º81.63%19.22%-
HSV(B)45º89.89%34.9%-
XYZ6.36.41.16-
YUV68.1494.63142.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.29%
GREEN value IS 69 (27.34% from 255) = 41.32%
BLUE value IS 9 (3.91% from 255) = 5.39%
R=53.29%
G=41.32%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8969900.220.900.654581.6319.22
Hex594590165A412d5213
Octal131105110261321015512223
Binary10110011000101100101011010110101000001101101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594509; }

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

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

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

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

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

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

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

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