#594B05

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

Shades of Bronze Olive #594B05

Tints of Bronze Olive #594B05

Color information

#594B05 (or 0x594B05) is unknown color: approx Bronze Olive. HEX triplet: 59, 4B and 05. RGB value is (89,75,5). Sum of RGB (Red+Green+Blue) = 89+75+5=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #594B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594B05 is #A6B4FA. Grayscale: #474747. Windows color (decimal): -10925307 or 346969. OLE color: 346969.

HSL color Cylindrical-coordinate representation of color #594B05: hue angle of 50º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #594B05 is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB89755-
CMYK00.160.940.65
HSL50º89.36%18.43%-
HSV(B)50º94.38%34.9%-
XYZ6.667.171.18-
YUV71.2190.64140.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.66%
GREEN value IS 75 (29.69% from 255) = 44.38%
BLUE value IS 5 (2.34% from 255) = 2.96%
R=52.66%
G=44.38%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8975500.160.940.655089.3618.43
Hex594B50105E41325912
Octal13111350201361016213122
Binary1011001100101110101000010111101000001110010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,75,5); }

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

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

 a { background-color: rgb(89,75,5); }

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

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

 span { border-color: rgb(89,75,5); }

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