Html Css Color HEX #545343 Merlin

📋 copy color: '#545343'

red 84 ◦ green 83 ◦ blue 67

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

Shades of Merlin #545343

Tints of Merlin #545343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 28.63%

R = 35.9%
G = 35.47%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#545343 (or 0x545343) is known color: Merlin. HEX triplet: 54, 53 and 43. RGB value is (84,83,67). Sum of RGB (Red+Green+Blue) = 84+83+67=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 84 - color contains mainly: red. Hex color #545343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545343 is #ABACBC. Grayscale: #515151. Windows color (decimal): -11250877 or 4412244. OLE color: 4412244.

HSL color Cylindrical-coordinate representation of color #545343: hue angle of 56.47º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #545343 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 83 67 -
CMYK 0 0.01 0.20 0.67
HSL 56.47º 0.11% 0.3% -
HSV(B) 56.47º 0.2% 0.33% -
XYZ 7.76 8.48 6.54 -
YUV 81.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 84 83 67 0 0.01 0.20 0.67 56.47 0.11 0.3
Hex 54 53 43 0 1 14 43 38 B 1E
Octal 124 123 103 0 1 24 103 70 13 36
Binary 1010100 1010011 1000011 0 1 10100 1000011 111000 1011 11110

Color Harmonies of #545343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545343

Black with #545343

Text Example


Text Example

White with #545343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545343; }

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

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

background-color css

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

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

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

border-color css

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

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

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