#52514A

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

Shades of Merlin #52514A

Tints of Merlin #52514A

Color information

#52514A (or 0x52514A) is unknown color: approx Merlin. HEX triplet: 52, 51 and 4A. RGB value is (82,81,74). Sum of RGB (Red+Green+Blue) = 82+81+74=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 82 - color contains mainly: red. Hex color #52514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52514A is #ADAEB5. Grayscale: #505050. Windows color (decimal): -11382454 or 4870482. OLE color: 4870482.

HSL color Cylindrical-coordinate representation of color #52514A: hue angle of 52.5º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #52514A is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB828174-
CMYK00.010.100.68
HSL52.5º5.13%30.59%-
HSV(B)52.5º9.76%32.16%-
XYZ7.668.177.65-
YUV80.5124.33129.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.60%
GREEN value IS 81 (32.03% from 255) = 34.18%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=34.60%
G=34.18%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82817400.010.100.6852.55.1330.59
Hex52514A01A443551f
Octal122121112011210465537
Binary101001010100011001010011010100010011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52514A; }

 p { color: rgb(82,81,74); }

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

<style>
 a { background-color: #52514A; }

 a { background-color: rgb(82,81,74); }

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

<style>
 span { border-color: #52514A; }

 span { border-color: rgb(82,81,74); }

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