Html Css Color HEX #545247 Merlin

📋 copy color: '#545247'

red 84 ◦ green 82 ◦ blue 71

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

Shades of Merlin #545247

Tints of Merlin #545247

RGB

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

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

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

R = 35.44%
G = 34.6%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#545247 (or 0x545247) is known color: Merlin. HEX triplet: 54, 52 and 47. RGB value is (84,82,71). Sum of RGB (Red+Green+Blue) = 84+82+71=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 84 - color contains mainly: red. Hex color #545247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545247 is #ABADB8. Grayscale: #515151. Windows color (decimal): -11251129 or 4674132. OLE color: 4674132.

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

Color convert

RGB 84 82 71 -
CMYK 0 0.02 0.15 0.67
HSL 50.77º 0.08% 0.3% -
HSV(B) 50.77º 0.15% 0.33% -
XYZ 7.81 8.37 7.17 -
YUV 81.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 84 82 71 0 0.02 0.15 0.67 50.77 0.08 0.3
Hex 54 52 47 0 2 F 43 33 8 1E
Octal 124 122 107 0 2 17 103 63 10 36
Binary 1010100 1010010 1000111 0 10 1111 1000011 110011 1000 11110

Color Harmonies of #545247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545247

Black with #545247

Text Example


Text Example

White with #545247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545247; }

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

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

background-color css

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

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

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

border-color css

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

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

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