#594E28

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

Shades of Bronze Olive #594E28

Tints of Bronze Olive #594E28

Color information

#594E28 (or 0x594E28) is unknown color: approx Bronze Olive. HEX triplet: 59, 4E and 28. RGB value is (89,78,40). Sum of RGB (Red+Green+Blue) = 89+78+40=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 89 - color contains mainly: red. Hex color #594E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594E28 is #A6B1D7. Grayscale: #4D4D4D. Windows color (decimal): -10924504 or 2641497. OLE color: 2641497.

HSL color Cylindrical-coordinate representation of color #594E28: hue angle of 46.53º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #594E28 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB897840-
CMYK00.120.550.65
HSL46.53º37.98%25.29%-
HSV(B)46.53º55.06%34.9%-
XYZ7.237.733.12-
YUV76.96107.14136.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.00%
GREEN value IS 78 (30.86% from 255) = 37.68%
BLUE value IS 40 (16.02% from 255) = 19.32%
R=43.00%
G=37.68%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89784000.120.550.6546.5337.9825.29
Hex594E280C37412f2619
Octal1311165001467101574631
Binary1011001100111010100001100110111100000110111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,78,40); }

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

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

 a { background-color: rgb(89,78,40); }

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

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

 span { border-color: rgb(89,78,40); }

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