#594A26

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

Shades of Bronze Olive #594A26

Tints of Bronze Olive #594A26

Color information

#594A26 (or 0x594A26) is unknown color: approx Bronze Olive. HEX triplet: 59, 4A and 26. RGB value is (89,74,38). Sum of RGB (Red+Green+Blue) = 89+74+38=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #594A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594A26 is #A6B5D9. Grayscale: #4A4A4A. Windows color (decimal): -10925530 or 2509401. OLE color: 2509401.

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

Color convert

RGB897438-
CMYK00.170.570.65
HSL42.35º40.16%24.9%-
HSV(B)42.35º57.3%34.9%-
XYZ6.927.162.85-
YUV74.38107.47138.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.28%
GREEN value IS 74 (29.30% from 255) = 36.82%
BLUE value IS 38 (15.23% from 255) = 18.91%
R=44.28%
G=36.82%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89743800.170.570.6542.3540.1624.9
Hex594A2601139412a2819
Octal1311124602171101525031
Binary10110011001010100110010001111001100000110101010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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