Html Css Color HEX #594F4C Tundora

📋 copy color: '#594F4C'

red 89 ◦ green 79 ◦ blue 76

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

Shades of Tundora #594F4C

Tints of Tundora #594F4C

RGB

 RED value IS 89 (35.16% from 255) = 36.48%

 GREEN value IS 79 (31.25% from 255) = 32.38%

 BLUE value IS 76 (30.08% from 255) = 31.15%

R = 36.48%
G = 32.38%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#594F4C (or 0x594F4C) is known color: Tundora. HEX triplet: 59, 4F and 4C. RGB value is (89,79,76). Sum of RGB (Red+Green+Blue) = 89+79+76=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 89 - color contains mainly: red. Hex color #594F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594F4C is #A6B0B3. Grayscale: #515151. Windows color (decimal): -10924212 or 5001049. OLE color: 5001049.

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

Color convert

RGB 89 79 76 -
CMYK 0 0.11 0.15 0.65
HSL 13.85º 0.08% 0.32% -
HSV(B) 13.85º 0.15% 0.35% -
XYZ 8.22 8.24 7.99 -
YUV 81.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 89 79 76 0 0.11 0.15 0.65 13.85 0.08 0.32
Hex 59 4F 4C 0 B F 41 E 8 20
Octal 131 117 114 0 13 17 101 16 10 40
Binary 1011001 1001111 1001100 0 1011 1111 1000001 1110 1000 100000

Color Harmonies of #594F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594F4C

Black with #594F4C

Text Example


Text Example

White with #594F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #594F4C;
 }
 .AnyTagClassName
 {
   color: #594F4C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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