#594E21

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

Shades of Bronze Olive #594E21

Tints of Bronze Olive #594E21

Color information

#594E21 (or 0x594E21) is unknown color: approx Bronze Olive. HEX triplet: 59, 4E and 21. RGB value is (89,78,33). Sum of RGB (Red+Green+Blue) = 89+78+33=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #594E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594E21 is #A6B1DE. Grayscale: #4C4C4C. Windows color (decimal): -10924511 or 2182745. OLE color: 2182745.

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

Color convert

RGB897833-
CMYK00.120.630.65
HSL48.21º45.9%23.92%-
HSV(B)48.21º62.92%34.9%-
XYZ7.127.682.55-
YUV76.16103.64137.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.5%
GREEN value IS 78 (30.86% from 255) = 39%
BLUE value IS 33 (13.28% from 255) = 16.5%
R=44.5%
G=39%
B=16.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89783300.120.630.6548.2145.923.92
Hex594E210C3F41302e18
Octal1311164101477101605630
Binary1011001100111010000101100111111100000111000010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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