#594C27

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

Shades of Bronze Olive #594C27

Tints of Bronze Olive #594C27

Color information

#594C27 (or 0x594C27) is unknown color: approx Bronze Olive. HEX triplet: 59, 4C and 27. RGB value is (89,76,39). Sum of RGB (Red+Green+Blue) = 89+76+39=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #594C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C27 is #A6B3D8. Grayscale: #4B4B4B. Windows color (decimal): -10925017 or 2575449. OLE color: 2575449.

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

Color convert

RGB897639-
CMYK00.150.560.65
HSL44.4º39.06%25.1%-
HSV(B)44.4º56.18%34.9%-
XYZ7.077.442.98-
YUV75.67107.31137.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.63%
GREEN value IS 76 (30.08% from 255) = 37.25%
BLUE value IS 39 (15.62% from 255) = 19.12%
R=43.63%
G=37.25%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89763900.150.560.6544.439.0625.1
Hex594C270F38412c2719
Octal1311144701770101544731
Binary1011001100110010011101111111000100000110110010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,76,39); }

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

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

 a { background-color: rgb(89,76,39); }

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

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

 span { border-color: rgb(89,76,39); }

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