#524F44

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

Shades of Merlin #524F44

Tints of Merlin #524F44

Color information

#524F44 (or 0x524F44) is unknown color: approx Merlin. HEX triplet: 52, 4F and 44. RGB value is (82,79,68). Sum of RGB (Red+Green+Blue) = 82+79+68=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 82 - color contains mainly: red. Hex color #524F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524F44 is #ADB0BB. Grayscale: #4E4E4E. Windows color (decimal): -11382972 or 4476754. OLE color: 4476754.

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

Color convert

RGB827968-
CMYK00.040.170.68
HSL47.14º9.33%29.41%-
HSV(B)47.14º17.07%32.16%-
XYZ7.327.86.59-
YUV78.64121.99130.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.81%
GREEN value IS 79 (31.25% from 255) = 34.50%
BLUE value IS 68 (26.95% from 255) = 29.69%
R=35.81%
G=34.50%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82796800.040.170.6847.149.3329.41
Hex524F440411442f91d
Octal1221171040421104571135
Binary1010010100111110001000100100011000100101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524F44; }

 p { color: rgb(82,79,68); }

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

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

 a { background-color: rgb(82,79,68); }

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

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

 span { border-color: rgb(82,79,68); }

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