#594801

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

Shades of Bronze Olive #594801

Tints of Bronze Olive #594801

Color information

#594801 (or 0x594801) is unknown color: approx Bronze Olive. HEX triplet: 59, 48 and 01. RGB value is (89,72,1). Sum of RGB (Red+Green+Blue) = 89+72+1=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #594801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594801 is #A6B7FE. Grayscale: #454545. Windows color (decimal): -10926079 or 84057. OLE color: 84057.

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

Color convert

RGB89721-
CMYK00.190.990.65
HSL48.41º97.78%17.65%-
HSV(B)48.41º98.88%34.9%-
XYZ6.446.760.99-
YUV68.9989.63142.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.94%
GREEN value IS 72 (28.52% from 255) = 44.44%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=54.94%
G=44.44%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8972100.190.990.6548.4197.7817.65
Hex594810136341306212
Octal13111010231431016014222
Binary10110011001000101001111000111000001110000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594801; }

 p { color: rgb(89,72,1); }

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

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

 a { background-color: rgb(89,72,1); }

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

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

 span { border-color: rgb(89,72,1); }

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