Html Css Color HEX #545246 Merlin

📋 copy color: '#545246'

red 84 ◦ green 82 ◦ blue 70

#545246
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merlin #545246

Tints of Merlin #545246

RGB

 RED value IS 84 (33.2% from 255) = 35.59%

 GREEN value IS 82 (32.42% from 255) = 34.75%

 BLUE value IS 70 (27.73% from 255) = 29.66%

R = 35.59%
G = 34.75%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#545246 (or 0x545246) is known color: Merlin. HEX triplet: 54, 52 and 46. RGB value is (84,82,70). Sum of RGB (Red+Green+Blue) = 84+82+70=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 84 - color contains mainly: red. Hex color #545246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545246 is #ABADB9. Grayscale: #515151. Windows color (decimal): -11251130 or 4608596. OLE color: 4608596.

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

Color convert

RGB 84 82 70 -
CMYK 0 0.02 0.17 0.67
HSL 51.43º 0.09% 0.3% -
HSV(B) 51.43º 0.17% 0.33% -
XYZ 7.78 8.36 7 -
YUV 81.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 84 82 70 0 0.02 0.17 0.67 51.43 0.09 0.3
Hex 54 52 46 0 2 11 43 33 9 1E
Octal 124 122 106 0 2 21 103 63 11 36
Binary 1010100 1010010 1000110 0 10 10001 1000011 110011 1001 11110

Color Harmonies of #545246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545246

Black with #545246

Text Example


Text Example

White with #545246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545246; }

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

 H1.HeaderClassName
 {
   color: #545246;
 }
 .AnyTagClassName
 {
   color: #545246;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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