#594F21

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

Shades of Bronze Olive #594F21

Tints of Bronze Olive #594F21

Color information

#594F21 (or 0x594F21) is unknown color: approx Bronze Olive. HEX triplet: 59, 4F and 21. RGB value is (89,79,33). Sum of RGB (Red+Green+Blue) = 89+79+33=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #594F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594F21 is #A6B0DE. Grayscale: #4C4C4C. Windows color (decimal): -10924255 or 2183001. OLE color: 2183001.

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

Color convert

RGB897933-
CMYK00.110.630.65
HSL49.29º45.9%23.92%-
HSV(B)49.29º62.92%34.9%-
XYZ7.197.832.57-
YUV76.75103.31136.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.28%
GREEN value IS 79 (31.25% from 255) = 39.30%
BLUE value IS 33 (13.28% from 255) = 16.42%
R=44.28%
G=39.30%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89793300.110.630.6549.2945.923.92
Hex594F210B3F41312e18
Octal1311174101377101615630
Binary1011001100111110000101011111111100000111000110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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