Html Css Color HEX #545340 Merlin

📋 copy color: '#545340'

red 84 ◦ green 83 ◦ blue 64

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

Shades of Merlin #545340

Tints of Merlin #545340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.71%

R = 36.36%
G = 35.93%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#545340 (or 0x545340) is known color: Merlin. HEX triplet: 54, 53 and 40. RGB value is (84,83,64). Sum of RGB (Red+Green+Blue) = 84+83+64=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 84 - color contains mainly: red. Hex color #545340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545340 is #ABACBF. Grayscale: #515151. Windows color (decimal): -11250880 or 4215636. OLE color: 4215636.

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

Color convert

RGB 84 83 64 -
CMYK 0 0.01 0.24 0.67
HSL 57º 0.14% 0.29% -
HSV(B) 57º 0.24% 0.33% -
XYZ 7.67 8.44 6.08 -
YUV 81.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 84 83 64 0 0.01 0.24 0.67 57 0.14 0.29
Hex 54 53 40 0 1 18 43 39 E 1D
Octal 124 123 100 0 1 30 103 71 16 35
Binary 1010100 1010011 1000000 0 1 11000 1000011 111001 1110 11101

Color Harmonies of #545340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545340

Black with #545340

Text Example


Text Example

White with #545340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545340; }

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

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

background-color css

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

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

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

border-color css

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

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

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