#594726

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

Shades of Bronze Olive #594726

Tints of Bronze Olive #594726

Color information

#594726 (or 0x594726) is unknown color: approx Bronze Olive. HEX triplet: 59, 47 and 26. RGB value is (89,71,38). Sum of RGB (Red+Green+Blue) = 89+71+38=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 89 - color contains mainly: red. Hex color #594726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594726 is #A6B8D9. Grayscale: #484848. Windows color (decimal): -10926298 or 2508633. OLE color: 2508633.

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

Color convert

RGB897138-
CMYK00.200.570.65
HSL38.82º40.16%24.9%-
HSV(B)38.82º57.3%34.9%-
XYZ6.726.772.79-
YUV72.62108.46139.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.95%
GREEN value IS 71 (28.12% from 255) = 35.86%
BLUE value IS 38 (15.23% from 255) = 19.19%
R=44.95%
G=35.86%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89713800.200.570.6538.8240.1624.9
Hex5947260143941272819
Octal1311074602471101475031
Binary10110011000111100110010100111001100000110011110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594726; }

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

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

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

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

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

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

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

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