Html Css Color HEX #545341 Merlin

📋 copy color: '#545341'

red 84 ◦ green 83 ◦ blue 65

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

Shades of Merlin #545341

Tints of Merlin #545341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.02%

R = 36.21%
G = 35.78%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#545341 (or 0x545341) is known color: Merlin. HEX triplet: 54, 53 and 41. RGB value is (84,83,65). Sum of RGB (Red+Green+Blue) = 84+83+65=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 84 - color contains mainly: red. Hex color #545341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545341 is #ABACBE. Grayscale: #515151. Windows color (decimal): -11250879 or 4281172. OLE color: 4281172.

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

Color convert

RGB 84 83 65 -
CMYK 0 0.01 0.23 0.67
HSL 56.84º 0.13% 0.29% -
HSV(B) 56.84º 0.23% 0.33% -
XYZ 7.7 8.45 6.23 -
YUV 81.25 118.83 129.96 -
System Red Green Blue C M Y K H S L
Decimal 84 83 65 0 0.01 0.23 0.67 56.84 0.13 0.29
Hex 54 53 41 0 1 17 43 39 D 1D
Octal 124 123 101 0 1 27 103 71 15 35
Binary 1010100 1010011 1000001 0 1 10111 1000011 111001 1101 11101

Color Harmonies of #545341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545341

Black with #545341

Text Example


Text Example

White with #545341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545341; }

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

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

background-color css

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

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

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

border-color css

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

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

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