#514E42

Color #514E42 Merlin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlin #514E42

Tints of Merlin #514E42

Color information

#514E42 (or 0x514E42) is unknown color: approx Merlin. HEX triplet: 51, 4E and 42. RGB value is (81,78,66). Sum of RGB (Red+Green+Blue) = 81+78+66=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 81 - color contains mainly: red. Hex color #514E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E42 is #AEB1BD. Grayscale: #4D4D4D. Windows color (decimal): -11448766 or 4345425. OLE color: 4345425.

HSL color Cylindrical-coordinate representation of color #514E42: hue angle of 48º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #514E42 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB817866-
CMYK00.040.190.68
HSL48º10.2%28.82%-
HSV(B)48º18.52%31.76%-
XYZ7.17.596.25-
YUV77.53121.49130.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 78 (30.86% from 255) = 34.67%
BLUE value IS 66 (26.17% from 255) = 29.33%
R=36%
G=34.67%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81786600.040.190.684810.228.82
Hex514E4204134430a1d
Octal1211161020423104601235
Binary1010001100111010000100100100111000100110000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514E42; }

 p { color: rgb(81,78,66); }

 H1.HeaderClassName
 {
   color: #514E42;
 }
 .AnyTagClassName
 {
   color: #514E42;
 }
</style>
background-color css

<style>
 a { background-color: #514E42; }

 a { background-color: rgb(81,78,66); }

 div.DivClassName
 {
   background-color: #514E42;
 }
 .BgClassName
 {
   background-color: #514E42;
 }
</style>
border-color css

<style>
 span { border-color: #514E42; }

 span { border-color: rgb(81,78,66); }

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