#594626

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

Shades of Bronze Olive #594626

Tints of Bronze Olive #594626

Color information

#594626 (or 0x594626) is unknown color: approx Bronze Olive. HEX triplet: 59, 46 and 26. RGB value is (89,70,38). Sum of RGB (Red+Green+Blue) = 89+70+38=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #594626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594626 is #A6B9D9. Grayscale: #484848. Windows color (decimal): -10926554 or 2508377. OLE color: 2508377.

HSL color Cylindrical-coordinate representation of color #594626: hue angle of 37.65º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #594626 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB897038-
CMYK00.210.570.65
HSL37.65º40.16%24.9%-
HSV(B)37.65º57.3%34.9%-
XYZ6.666.642.77-
YUV72.03108.79140.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.18%
GREEN value IS 70 (27.73% from 255) = 35.53%
BLUE value IS 38 (15.23% from 255) = 19.29%
R=45.18%
G=35.53%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89703800.210.570.6537.6540.1624.9
Hex5946260153941262819
Octal1311064602571101465031
Binary10110011000110100110010101111001100000110011010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594626; }

 p { color: rgb(89,70,38); }

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

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

 a { background-color: rgb(89,70,38); }

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

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

 span { border-color: rgb(89,70,38); }

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