Html Css Color HEX #545346 Merlin

📋 copy color: '#545346'

red 84 ◦ green 83 ◦ blue 70

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

Shades of Merlin #545346

Tints of Merlin #545346

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.02%

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

R = 35.44%
G = 35.02%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#545346 (or 0x545346) is known color: Merlin. HEX triplet: 54, 53 and 46. RGB value is (84,83,70). Sum of RGB (Red+Green+Blue) = 84+83+70=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 84 - color contains mainly: red. Hex color #545346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545346 is #ABACB9. Grayscale: #515151. Windows color (decimal): -11250874 or 4608852. OLE color: 4608852.

HSL color Cylindrical-coordinate representation of color #545346: hue angle of 55.71º 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 #545346 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 83 70 -
CMYK 0 0.01 0.17 0.67
HSL 55.71º 0.09% 0.3% -
HSV(B) 55.71º 0.17% 0.33% -
XYZ 7.85 8.51 7.02 -
YUV 81.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 84 83 70 0 0.01 0.17 0.67 55.71 0.09 0.3
Hex 54 53 46 0 1 11 43 38 9 1E
Octal 124 123 106 0 1 21 103 70 11 36
Binary 1010100 1010011 1000110 0 1 10001 1000011 111000 1001 11110

Color Harmonies of #545346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545346

Black with #545346

Text Example


Text Example

White with #545346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545346; }

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

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

background-color css

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

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

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

border-color css

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

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

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