#545243

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

Shades of Merlin #545243

Tints of Merlin #545243

Color information

#545243 (or 0x545243) is unknown color: approx Merlin. HEX triplet: 54, 52 and 43. RGB value is (84,82,67). Sum of RGB (Red+Green+Blue) = 84+82+67=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 84 - color contains mainly: red. Hex color #545243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545243 is #ABADBC. Grayscale: #505050. Windows color (decimal): -11251133 or 4411988. OLE color: 4411988.

HSL color Cylindrical-coordinate representation of color #545243: hue angle of 52.94º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #545243 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB848267-
CMYK00.020.200.67
HSL52.94º11.26%29.61%-
HSV(B)52.94º20.24%32.94%-
XYZ7.698.326.51-
YUV80.89120.16130.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.05%
GREEN value IS 82 (32.42% from 255) = 35.19%
BLUE value IS 67 (26.56% from 255) = 28.76%
R=36.05%
G=35.19%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84826700.020.200.6752.9411.2629.61
Hex54524302144335b1e
Octal1241221030224103651336
Binary101010010100101000011010101001000011110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545243; }

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

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

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

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

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

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

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

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