Html Css Color HEX #535149 Merlin

📋 copy color: '#535149'

red 83 ◦ green 81 ◦ blue 73

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

Shades of Merlin #535149

Tints of Merlin #535149

RGB

 RED value IS 83 (32.81% from 255) = 35.02%

 GREEN value IS 81 (32.03% from 255) = 34.18%

 BLUE value IS 73 (28.91% from 255) = 30.8%

R = 35.02%
G = 34.18%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#535149 (or 0x535149) is known color: Merlin. HEX triplet: 53, 51 and 49. RGB value is (83,81,73). Sum of RGB (Red+Green+Blue) = 83+81+73=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 83 - color contains mainly: red. Hex color #535149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535149 is #ACAEB6. Grayscale: #505050. Windows color (decimal): -11316919 or 4804947. OLE color: 4804947.

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

Color convert

RGB 83 81 73 -
CMYK 0 0.02 0.12 0.67
HSL 48º 0.06% 0.31% -
HSV(B) 48º 0.12% 0.33% -
XYZ 7.71 8.2 7.48 -
YUV 80.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 83 81 73 0 0.02 0.12 0.67 48 0.06 0.31
Hex 53 51 49 0 2 C 43 30 6 1F
Octal 123 121 111 0 2 14 103 60 6 37
Binary 1010011 1010001 1001001 0 10 1100 1000011 110000 110 11111

Color Harmonies of #535149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535149

Black with #535149

Text Example


Text Example

White with #535149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535149; }

 p { color: rgb(83,81,73); }

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

background-color css

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

 a { background-color: rgb(83,81,73); }

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

border-color css

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

 span { border-color: rgb(83,81,73); }

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