#524F43

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

Shades of Merlin #524F43

Tints of Merlin #524F43

Color information

#524F43 (or 0x524F43) is unknown color: approx Merlin. HEX triplet: 52, 4F and 43. RGB value is (82,79,67). Sum of RGB (Red+Green+Blue) = 82+79+67=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 82 - color contains mainly: red. Hex color #524F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524F43 is #ADB0BC. Grayscale: #4E4E4E. Windows color (decimal): -11382973 or 4411218. OLE color: 4411218.

HSL color Cylindrical-coordinate representation of color #524F43: hue angle of 48º 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 #524F43 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.68.

Color convert

RGB827967-
CMYK00.040.180.68
HSL48º10.07%29.22%-
HSV(B)48º18.29%32.16%-
XYZ7.297.796.43-
YUV78.53121.49130.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.96%
GREEN value IS 79 (31.25% from 255) = 34.65%
BLUE value IS 67 (26.56% from 255) = 29.39%
R=35.96%
G=34.65%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82796700.040.180.684810.0729.22
Hex524F4304124430a1d
Octal1221171030422104601235
Binary1010010100111110000110100100101000100110000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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