Html Css Color HEX #504F40 Merlin

📋 copy color: '#504F40'

red 80 ◦ green 79 ◦ blue 64

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

Shades of Merlin #504F40

Tints of Merlin #504F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 28.7%

R = 35.87%
G = 35.43%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#504F40 (or 0x504F40) is known color: Merlin. HEX triplet: 50, 4F and 40. RGB value is (80,79,64). Sum of RGB (Red+Green+Blue) = 80+79+64=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 80 - color contains mainly: red. Hex color #504F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504F40 is #AFB0BF. Grayscale: #4D4D4D. Windows color (decimal): -11514048 or 4214608. OLE color: 4214608.

HSL color Cylindrical-coordinate representation of color #504F40: hue angle of 56.25º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #504F40 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 79 64 -
CMYK 0 0.01 0.20 0.69
HSL 56.25º 0.11% 0.28% -
HSV(B) 56.25º 0.2% 0.31% -
XYZ 7.03 7.67 5.96 -
YUV 77.59 120.33 129.72 -
System Red Green Blue C M Y K H S L
Decimal 80 79 64 0 0.01 0.20 0.69 56.25 0.11 0.28
Hex 50 4F 40 0 1 14 45 38 B 1C
Octal 120 117 100 0 1 24 105 70 13 34
Binary 1010000 1001111 1000000 0 1 10100 1000101 111000 1011 11100

Color Harmonies of #504F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504F40

Black with #504F40

Text Example


Text Example

White with #504F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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