Html Css Color HEX #545242 Merlin

📋 copy color: '#545242'

red 84 ◦ green 82 ◦ blue 66

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

Shades of Merlin #545242

Tints of Merlin #545242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.45%

R = 36.21%
G = 35.34%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#545242 (or 0x545242) is known color: Merlin. HEX triplet: 54, 52 and 42. RGB value is (84,82,66). Sum of RGB (Red+Green+Blue) = 84+82+66=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 84 - color contains mainly: red. Hex color #545242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545242 is #ABADBD. Grayscale: #505050. Windows color (decimal): -11251134 or 4346452. OLE color: 4346452.

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

Color convert

RGB 84 82 66 -
CMYK 0 0.02 0.21 0.67
HSL 53.33º 0.12% 0.29% -
HSV(B) 53.33º 0.21% 0.33% -
XYZ 7.66 8.31 6.36 -
YUV 80.77 119.66 130.3 -
System Red Green Blue C M Y K H S L
Decimal 84 82 66 0 0.02 0.21 0.67 53.33 0.12 0.29
Hex 54 52 42 0 2 15 43 35 C 1D
Octal 124 122 102 0 2 25 103 65 14 35
Binary 1010100 1010010 1000010 0 10 10101 1000011 110101 1100 11101

Color Harmonies of #545242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545242

Black with #545242

Text Example


Text Example

White with #545242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545242; }

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

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

background-color css

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

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

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

border-color css

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

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

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