#594C01

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

Shades of Bronze Olive #594C01

Tints of Bronze Olive #594C01

Color information

#594C01 (or 0x594C01) is unknown color: approx Bronze Olive. HEX triplet: 59, 4C and 01. RGB value is (89,76,1). Sum of RGB (Red+Green+Blue) = 89+76+1=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 76 (30.08% from 255 or 45.78% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #594C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594C01 is #A6B3FE. Grayscale: #474747. Windows color (decimal): -10925055 or 85081. OLE color: 85081.

HSL color Cylindrical-coordinate representation of color #594C01: hue angle of 51.14º 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 #594C01 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB89761-
CMYK00.150.990.65
HSL51.14º97.78%17.65%-
HSV(B)51.14º98.88%34.9%-
XYZ6.717.291.08-
YUV71.3488.31140.6-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.61%
GREEN value IS 76 (30.08% from 255) = 45.78%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=53.61%
G=45.78%
B=0.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8976100.150.990.6551.1497.7817.65
Hex594C10F6341336212
Octal13111410171431016314222
Binary1011001100110010111111000111000001110011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594C01; }

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

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

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

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

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

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

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

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