#594D4B

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

Shades of Congo Brown #594D4B

Tints of Congo Brown #594D4B

Color information

#594D4B (or 0x594D4B) is unknown color: approx Congo Brown. HEX triplet: 59, 4D and 4B. RGB value is (89,77,75). Sum of RGB (Red+Green+Blue) = 89+77+75=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 89 - color contains mainly: red. Hex color #594D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D4B is #A6B2B4. Grayscale: #505050. Windows color (decimal): -10924725 or 4935001. OLE color: 4935001.

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

Color convert

RGB897775-
CMYK00.130.160.65
HSL8.57º8.54%32.16%-
HSV(B)8.57º15.73%34.9%-
XYZ8.047.947.77-
YUV80.36124.98134.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.93%
GREEN value IS 77 (30.47% from 255) = 31.95%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=36.93%
G=31.95%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89777500.130.160.658.578.5432.16
Hex594D4B0D10419920
Octal13111511301520101111140
Binary1011001100110110010110110110000100000110011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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