#525143

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

Shades of Merlin #525143

Tints of Merlin #525143

Color information

#525143 (or 0x525143) is unknown color: approx Merlin. HEX triplet: 52, 51 and 43. RGB value is (82,81,67). Sum of RGB (Red+Green+Blue) = 82+81+67=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 82 - color contains mainly: red. Hex color #525143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525143 is #ADAEBC. Grayscale: #4F4F4F. Windows color (decimal): -11382461 or 4411730. OLE color: 4411730.

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

Color convert

RGB828167-
CMYK00.010.180.68
HSL56º10.07%29.22%-
HSV(B)56º18.29%32.16%-
XYZ7.448.086.48-
YUV79.7120.83129.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.65%
GREEN value IS 81 (32.03% from 255) = 35.22%
BLUE value IS 67 (26.56% from 255) = 29.13%
R=35.65%
G=35.22%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82816700.010.180.685610.0729.22
Hex52514301124438a1d
Octal1221211030122104701235
Binary10100101010001100001101100101000100111000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525143; }

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

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

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

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

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

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

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

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