Html Css Color HEX #59514F Tundora

📋 copy color: '#59514F'

red 89 ◦ green 81 ◦ blue 79

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

Shades of Tundora #59514F

Tints of Tundora #59514F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.53%

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

R = 35.74%
G = 32.53%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59514F (or 0x59514F) is known color: Tundora. HEX triplet: 59, 51 and 4F. RGB value is (89,81,79). Sum of RGB (Red+Green+Blue) = 89+81+79=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 89 - color contains mainly: red. Hex color #59514F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59514F is #A6AEB0. Grayscale: #535353. Windows color (decimal): -10923697 or 5198169. OLE color: 5198169.

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

Color convert

RGB 89 81 79 -
CMYK 0 0.09 0.11 0.65
HSL 12º 0.06% 0.33% -
HSV(B) 12º 0.11% 0.35% -
XYZ 8.47 8.57 8.61 -
YUV 83.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 89 81 79 0 0.09 0.11 0.65 12 0.06 0.33
Hex 59 51 4F 0 9 B 41 C 6 21
Octal 131 121 117 0 11 13 101 14 6 41
Binary 1011001 1010001 1001111 0 1001 1011 1000001 1100 110 100001

Color Harmonies of #59514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59514F

Black with #59514F

Text Example


Text Example

White with #59514F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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