Html Css Color HEX #545342 Merlin

📋 copy color: '#545342'

red 84 ◦ green 83 ◦ blue 66

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

Shades of Merlin #545342

Tints of Merlin #545342

RGB

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

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

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

R = 36.05%
G = 35.62%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#545342 (or 0x545342) is known color: Merlin. HEX triplet: 54, 53 and 42. RGB value is (84,83,66). Sum of RGB (Red+Green+Blue) = 84+83+66=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 84 - color contains mainly: red. Hex color #545342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545342 is #ABACBD. Grayscale: #515151. Windows color (decimal): -11250878 or 4346708. OLE color: 4346708.

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

Color convert

RGB 84 83 66 -
CMYK 0 0.01 0.21 0.67
HSL 56.67º 0.12% 0.29% -
HSV(B) 56.67º 0.21% 0.33% -
XYZ 7.73 8.46 6.38 -
YUV 81.36 119.33 129.88 -
System Red Green Blue C M Y K H S L
Decimal 84 83 66 0 0.01 0.21 0.67 56.67 0.12 0.29
Hex 54 53 42 0 1 15 43 39 C 1D
Octal 124 123 102 0 1 25 103 71 14 35
Binary 1010100 1010011 1000010 0 1 10101 1000011 111001 1100 11101

Color Harmonies of #545342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545342

Black with #545342

Text Example


Text Example

White with #545342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545342; }

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

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

background-color css

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

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

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

border-color css

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

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

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