#594D4A

Color #594D4A Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #594D4A

Tints of Congo Brown #594D4A

Color information

#594D4A (or 0x594D4A) is unknown color: approx Congo Brown. HEX triplet: 59, 4D and 4A. RGB value is (89,77,74). Sum of RGB (Red+Green+Blue) = 89+77+74=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 89 - color contains mainly: red. Hex color #594D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D4A is #A6B2B5. Grayscale: #505050. Windows color (decimal): -10924726 or 4869465. OLE color: 4869465.

HSL color Cylindrical-coordinate representation of color #594D4A: hue angle of 12º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #594D4A is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB897774-
CMYK00.130.170.65
HSL12º9.2%31.96%-
HSV(B)12º16.85%34.9%-
XYZ8.017.937.59-
YUV80.25124.48134.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.08%
GREEN value IS 77 (30.47% from 255) = 32.08%
BLUE value IS 74 (29.30% from 255) = 30.83%
R=37.08%
G=32.08%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89777400.130.170.65129.231.96
Hex594D4A0D1141c920
Octal13111511201521101141140
Binary1011001100110110010100110110001100000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,77,74); }

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

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

 a { background-color: rgb(89,77,74); }

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

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

 span { border-color: rgb(89,77,74); }

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