#525140

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

Shades of Merlin #525140

Tints of Merlin #525140

Color information

#525140 (or 0x525140) is unknown color: approx Merlin. HEX triplet: 52, 51 and 40. RGB value is (82,81,64). Sum of RGB (Red+Green+Blue) = 82+81+64=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 82 - color contains mainly: red. Hex color #525140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525140 is #ADAEBF. Grayscale: #4F4F4F. Windows color (decimal): -11382464 or 4215122. OLE color: 4215122.

HSL color Cylindrical-coordinate representation of color #525140: hue angle of 56.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #525140 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB828164-
CMYK00.010.220.68
HSL56.67º12.33%28.63%-
HSV(B)56.67º21.95%32.16%-
XYZ7.358.056.02-
YUV79.36119.33129.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.12%
GREEN value IS 81 (32.03% from 255) = 35.68%
BLUE value IS 64 (25.39% from 255) = 28.19%
R=36.12%
G=35.68%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82816400.010.220.6856.6712.3328.63
Hex52514001164439c1d
Octal1221211000126104711435
Binary10100101010001100000001101101000100111001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525140; }

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

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

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

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

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

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

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

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