Html Css Color HEX #59534F Tundora

📋 copy color: '#59534F'

red 89 ◦ green 83 ◦ blue 79

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

Shades of Tundora #59534F

Tints of Tundora #59534F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.07%

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

R = 35.46%
G = 33.07%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59534F (or 0x59534F) is known color: Tundora. HEX triplet: 59, 53 and 4F. RGB value is (89,83,79). Sum of RGB (Red+Green+Blue) = 89+83+79=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 89 - color contains mainly: red. Hex color #59534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59534F is #A6ACB0. Grayscale: #545454. Windows color (decimal): -10923185 or 5198681. OLE color: 5198681.

HSL color Cylindrical-coordinate representation of color #59534F: hue angle of 24º 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 #59534F is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 83 79 -
CMYK 0 0.07 0.11 0.65
HSL 24º 0.06% 0.33% -
HSV(B) 24º 0.11% 0.35% -
XYZ 8.62 8.87 8.66 -
YUV 84.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 89 83 79 0 0.07 0.11 0.65 24 0.06 0.33
Hex 59 53 4F 0 7 B 41 18 6 21
Octal 131 123 117 0 7 13 101 30 6 41
Binary 1011001 1010011 1001111 0 111 1011 1000001 11000 110 100001

Color Harmonies of #59534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59534F

Black with #59534F

Text Example


Text Example

White with #59534F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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