Html Css Color HEX #545241 Merlin

📋 copy color: '#545241'

red 84 ◦ green 82 ◦ blue 65

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

Shades of Merlin #545241

Tints of Merlin #545241

RGB

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

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

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

R = 36.36%
G = 35.5%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#545241 (or 0x545241) is known color: Merlin. HEX triplet: 54, 52 and 41. RGB value is (84,82,65). Sum of RGB (Red+Green+Blue) = 84+82+65=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 84 - color contains mainly: red. Hex color #545241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545241 is #ABADBE. Grayscale: #505050. Windows color (decimal): -11251135 or 4280916. OLE color: 4280916.

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

Color convert

RGB 84 82 65 -
CMYK 0 0.02 0.23 0.67
HSL 53.68º 0.13% 0.29% -
HSV(B) 53.68º 0.23% 0.33% -
XYZ 7.63 8.3 6.2 -
YUV 80.66 119.16 130.38 -
System Red Green Blue C M Y K H S L
Decimal 84 82 65 0 0.02 0.23 0.67 53.68 0.13 0.29
Hex 54 52 41 0 2 17 43 36 D 1D
Octal 124 122 101 0 2 27 103 66 15 35
Binary 1010100 1010010 1000001 0 10 10111 1000011 110110 1101 11101

Color Harmonies of #545241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545241

Black with #545241

Text Example


Text Example

White with #545241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545241; }

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

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

background-color css

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

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

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

border-color css

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

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

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