#514F42

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

Shades of Merlin #514F42

Tints of Merlin #514F42

Color information

#514F42 (or 0x514F42) is unknown color: approx Merlin. HEX triplet: 51, 4F and 42. RGB value is (81,79,66). Sum of RGB (Red+Green+Blue) = 81+79+66=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 81 - color contains mainly: red. Hex color #514F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514F42 is #AEB0BD. Grayscale: #4E4E4E. Windows color (decimal): -11448510 or 4345681. OLE color: 4345681.

HSL color Cylindrical-coordinate representation of color #514F42: hue angle of 52º 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 #514F42 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB817966-
CMYK00.020.190.68
HSL52º10.2%28.82%-
HSV(B)52º18.52%31.76%-
XYZ7.177.736.27-
YUV78.12121.16130.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.84%
GREEN value IS 79 (31.25% from 255) = 34.96%
BLUE value IS 66 (26.17% from 255) = 29.20%
R=35.84%
G=34.96%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81796600.020.190.685210.228.82
Hex514F4202134434a1d
Octal1211171020223104641235
Binary101000110011111000010010100111000100110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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