#594908

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

Shades of Bronze Olive #594908

Tints of Bronze Olive #594908

Color information

#594908 (or 0x594908) is unknown color: approx Bronze Olive. HEX triplet: 59, 49 and 08. RGB value is (89,73,8). Sum of RGB (Red+Green+Blue) = 89+73+8=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #594908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594908 is #A6B6F7. Grayscale: #464646. Windows color (decimal): -10925816 or 543065. OLE color: 543065.

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

Color convert

RGB89738-
CMYK00.180.910.65
HSL48.15º83.51%19.02%-
HSV(B)48.15º91.01%34.9%-
XYZ6.556.911.22-
YUV70.3792.8141.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.35%
GREEN value IS 73 (28.91% from 255) = 42.94%
BLUE value IS 8 (3.52% from 255) = 4.71%
R=52.35%
G=42.94%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8973800.180.910.6548.1583.5119.02
Hex594980125B41305413
Octal131111100221331016012423
Binary10110011001001100001001010110111000001110000101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594908; }

 p { color: rgb(89,73,8); }

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

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

 a { background-color: rgb(89,73,8); }

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

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

 span { border-color: rgb(89,73,8); }

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