#594B4C

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

Shades of Mortar #594B4C

Tints of Mortar #594B4C

Color information

#594B4C (or 0x594B4C) is unknown color: approx Mortar. HEX triplet: 59, 4B and 4C. RGB value is (89,75,76). Sum of RGB (Red+Green+Blue) = 89+75+76=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 89 - color contains mainly: red. Hex color #594B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B4C is #A6B4B3. Grayscale: #4F4F4F. Windows color (decimal): -10925236 or 5000025. OLE color: 5000025.

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

Color convert

RGB897576-
CMYK00.160.150.65
HSL355.71º8.54%32.16%-
HSV(B)355.71º15.73%34.9%-
XYZ7.947.687.9-
YUV79.3126.14134.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.08%
GREEN value IS 75 (29.69% from 255) = 31.25%
BLUE value IS 76 (30.08% from 255) = 31.67%
R=37.08%
G=31.25%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89757600.160.150.65355.718.5432.16
Hex594B4C010F41164920
Octal131113114020171015441140
Binary101100110010111001100010000111110000011011001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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