#594521

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

Shades of Bronze Olive #594521

Tints of Bronze Olive #594521

Color information

#594521 (or 0x594521) is unknown color: approx Bronze Olive. HEX triplet: 59, 45 and 21. RGB value is (89,69,33). Sum of RGB (Red+Green+Blue) = 89+69+33=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #594521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594521 is #A6BADE. Grayscale: #474747. Windows color (decimal): -10926815 or 2180441. OLE color: 2180441.

HSL color Cylindrical-coordinate representation of color #594521: hue angle of 38.57º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #594521 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB896933-
CMYK00.220.630.65
HSL38.57º45.9%23.92%-
HSV(B)38.57º62.92%34.9%-
XYZ6.526.492.35-
YUV70.88106.63140.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.60%
GREEN value IS 69 (27.34% from 255) = 36.13%
BLUE value IS 33 (13.28% from 255) = 17.28%
R=46.60%
G=36.13%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89693300.220.630.6538.5745.923.92
Hex5945210163F41272e18
Octal1311054102677101475630
Binary10110011000101100001010110111111100000110011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594521; }

 p { color: rgb(89,69,33); }

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

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

 a { background-color: rgb(89,69,33); }

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

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

 span { border-color: rgb(89,69,33); }

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