Html Css Color HEX #594B4C Mortar

📋 copy color: '#594B4C'

red 89 ◦ green 75 ◦ blue 76

#594B4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mortar #594B4C

Tints of Mortar #594B4C

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 value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#594B4C (or 0x594B4C) is known color: 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

RGB 89 75 76 -
CMYK 0 0.16 0.15 0.65
HSL 355.71º 0.09% 0.32% -
HSV(B) 355.71º 0.16% 0.35% -
XYZ 7.94 7.68 7.9 -
YUV 79.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 89 75 76 0 0.16 0.15 0.65 355.71 0.09 0.32
Hex 59 4B 4C 0 10 F 41 164 9 20
Octal 131 113 114 0 20 17 101 544 11 40
Binary 1011001 1001011 1001100 0 10000 1111 1000001 101100100 1001 100000

Color Harmonies of #594B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594B4C

Black with #594B4C

Text Example


Text Example

White with #594B4C

Text Example


Text Example

HTML Codes & Css Web 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>