Html Css Color HEX #545347 Merlin

📋 copy color: '#545347'

red 84 ◦ green 83 ◦ blue 71

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

Shades of Merlin #545347

Tints of Merlin #545347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 29.83%

R = 35.29%
G = 34.87%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#545347 (or 0x545347) is known color: Merlin. HEX triplet: 54, 53 and 47. RGB value is (84,83,71). Sum of RGB (Red+Green+Blue) = 84+83+71=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 84 - color contains mainly: red. Hex color #545347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545347 is #ABACB8. Grayscale: #515151. Windows color (decimal): -11250873 or 4674388. OLE color: 4674388.

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

Color convert

RGB 84 83 71 -
CMYK 0 0.01 0.15 0.67
HSL 55.38º 0.08% 0.3% -
HSV(B) 55.38º 0.15% 0.33% -
XYZ 7.89 8.53 7.19 -
YUV 81.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 84 83 71 0 0.01 0.15 0.67 55.38 0.08 0.3
Hex 54 53 47 0 1 F 43 37 8 1E
Octal 124 123 107 0 1 17 103 67 10 36
Binary 1010100 1010011 1000111 0 1 1111 1000011 110111 1000 11110

Color Harmonies of #545347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545347

Black with #545347

Text Example


Text Example

White with #545347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545347; }

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

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

background-color css

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

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

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

border-color css

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

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

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