#545242

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

Shades of Merlin #545242

Tints of Merlin #545242

Color information

#545242 (or 0x545242) is unknown color: approx Merlin. HEX triplet: 54, 52 and 42. RGB value is (84,82,66). Sum of RGB (Red+Green+Blue) = 84+82+66=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 84 - color contains mainly: red. Hex color #545242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545242 is #ABADBD. Grayscale: #505050. Windows color (decimal): -11251134 or 4346452. OLE color: 4346452.

HSL color Cylindrical-coordinate representation of color #545242: hue angle of 53.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #545242 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB848266-
CMYK00.020.210.67
HSL53.33º12%29.41%-
HSV(B)53.33º21.43%32.94%-
XYZ7.668.316.36-
YUV80.77119.66130.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.21%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 66 (26.17% from 255) = 28.45%
R=36.21%
G=35.34%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84826600.020.210.6753.331229.41
Hex54524202154335c1d
Octal1241221020225103651435
Binary101010010100101000010010101011000011110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545242; }

 p { color: rgb(84,82,66); }

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

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

 a { background-color: rgb(84,82,66); }

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

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

 span { border-color: rgb(84,82,66); }

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