#595009

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

Shades of Bronze Olive #595009

Tints of Bronze Olive #595009

Color information

#595009 (or 0x595009) is unknown color: approx Bronze Olive. HEX triplet: 59, 50 and 09. RGB value is (89,80,9). Sum of RGB (Red+Green+Blue) = 89+80+9=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 9 (3.91% from 255 or 5.06% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #595009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595009 is #A6AFF6. Grayscale: #4A4A4A. Windows color (decimal): -10924023 or 610393. OLE color: 610393.

HSL color Cylindrical-coordinate representation of color #595009: hue angle of 53.25º 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 #595009 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB89809-
CMYK00.100.900.65
HSL53.25º81.63%19.22%-
HSV(B)53.25º89.89%34.9%-
XYZ7.047.881.41-
YUV74.690.98138.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50%
GREEN value IS 80 (31.64% from 255) = 44.94%
BLUE value IS 9 (3.91% from 255) = 5.06%
R=50%
G=44.94%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8980900.100.900.6553.2581.6319.22
Hex595090A5A41355213
Octal131120110121321016512223
Binary1011001101000010010101010110101000001110101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595009; }

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

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

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

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

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

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

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

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