Html Css Color HEX #59524F Tundora

📋 copy color: '#59524F'

red 89 ◦ green 82 ◦ blue 79

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

Shades of Tundora #59524F

Tints of Tundora #59524F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.8%

 BLUE value IS 79 (31.25% from 255) = 31.6%

R = 35.6%
G = 32.8%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59524F (or 0x59524F) is known color: Tundora. HEX triplet: 59, 52 and 4F. RGB value is (89,82,79). Sum of RGB (Red+Green+Blue) = 89+82+79=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 89 - color contains mainly: red. Hex color #59524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59524F is #A6ADB0. Grayscale: #535353. Windows color (decimal): -10923441 or 5198425. OLE color: 5198425.

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

Color convert

RGB 89 82 79 -
CMYK 0 0.08 0.11 0.65
HSL 18º 0.06% 0.33% -
HSV(B) 18º 0.11% 0.35% -
XYZ 8.55 8.72 8.63 -
YUV 83.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 89 82 79 0 0.08 0.11 0.65 18 0.06 0.33
Hex 59 52 4F 0 8 B 41 12 6 21
Octal 131 122 117 0 10 13 101 22 6 41
Binary 1011001 1010010 1001111 0 1000 1011 1000001 10010 110 100001

Color Harmonies of #59524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59524F

Black with #59524F

Text Example


Text Example

White with #59524F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59524F; }

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

 H1.HeaderClassName
 {
   color: #59524F;
 }
 .AnyTagClassName
 {
   color: #59524F;
 }
</style>

background-color css

<style>
 a { background-color: #59524F; }

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

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

border-color css

<style>
 span { border-color: #59524F; }

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

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