Html Css Color HEX #504F49 Merlin

📋 copy color: '#504F49'

red 80 ◦ green 79 ◦ blue 73

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

Shades of Merlin #504F49

Tints of Merlin #504F49

RGB

 RED value IS 80 (31.64% from 255) = 34.48%

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

 BLUE value IS 73 (28.91% from 255) = 31.47%

R = 34.48%
G = 34.05%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#504F49 (or 0x504F49) is known color: Merlin. HEX triplet: 50, 4F and 49. RGB value is (80,79,73). Sum of RGB (Red+Green+Blue) = 80+79+73=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 80 - color contains mainly: red. Hex color #504F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504F49 is #AFB0B6. Grayscale: #4E4E4E. Windows color (decimal): -11514039 or 4804432. OLE color: 4804432.

HSL color Cylindrical-coordinate representation of color #504F49: hue angle of 51.43º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #504F49 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 79 73 -
CMYK 0 0.01 0.09 0.69
HSL 51.43º 0.05% 0.3% -
HSV(B) 51.43º 0.09% 0.31% -
XYZ 7.31 7.78 7.42 -
YUV 78.62 124.83 128.99 -
System Red Green Blue C M Y K H S L
Decimal 80 79 73 0 0.01 0.09 0.69 51.43 0.05 0.3
Hex 50 4F 49 0 1 9 45 33 5 1E
Octal 120 117 111 0 1 11 105 63 5 36
Binary 1010000 1001111 1001001 0 1 1001 1000101 110011 101 11110

Color Harmonies of #504F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504F49

Black with #504F49

Text Example


Text Example

White with #504F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504F49; }

 p { color: rgb(80,79,73); }

 H1.HeaderClassName
 {
   color: #504F49;
 }
 .AnyTagClassName
 {
   color: #504F49;
 }
</style>

background-color css

<style>
 a { background-color: #504F49; }

 a { background-color: rgb(80,79,73); }

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

border-color css

<style>
 span { border-color: #504F49; }

 span { border-color: rgb(80,79,73); }

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