Html Css Color HEX #57514D Tundora

📋 copy color: '#57514D'

red 87 ◦ green 81 ◦ blue 77

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

Shades of Tundora #57514D

Tints of Tundora #57514D

RGB

 RED value IS 87 (34.38% from 255) = 35.51%

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

 BLUE value IS 77 (30.47% from 255) = 31.43%

R = 35.51%
G = 33.06%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#57514D (or 0x57514D) is known color: Tundora. HEX triplet: 57, 51 and 4D. RGB value is (87,81,77). Sum of RGB (Red+Green+Blue) = 87+81+77=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 87 - color contains mainly: red. Hex color #57514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57514D is #A8AEB2. Grayscale: #525252. Windows color (decimal): -11054771 or 5067095. OLE color: 5067095.

HSL color Cylindrical-coordinate representation of color #57514D: hue angle of 24º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #57514D is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 81 77 -
CMYK 0 0.07 0.11 0.66
HSL 24º 0.06% 0.32% -
HSV(B) 24º 0.11% 0.34% -
XYZ 8.21 8.45 8.22 -
YUV 82.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 87 81 77 0 0.07 0.11 0.66 24 0.06 0.32
Hex 57 51 4D 0 7 B 42 18 6 20
Octal 127 121 115 0 7 13 102 30 6 40
Binary 1010111 1010001 1001101 0 111 1011 1000010 11000 110 100000

Color Harmonies of #57514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57514D

Black with #57514D

Text Example


Text Example

White with #57514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57514D; }

 p { color: rgb(87,81,77); }

 H1.HeaderClassName
 {
   color: #57514D;
 }
 .AnyTagClassName
 {
   color: #57514D;
 }
</style>

background-color css

<style>
 a { background-color: #57514D; }

 a { background-color: rgb(87,81,77); }

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

border-color css

<style>
 span { border-color: #57514D; }

 span { border-color: rgb(87,81,77); }

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