#535149

Color #535149 Merlin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlin #535149

Tints of Merlin #535149

Color information

#535149 (or 0x535149) is unknown color: approx 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

RGB838173-
CMYK00.020.120.67
HSL48º6.41%30.59%-
HSV(B)48º12.05%32.55%-
XYZ7.718.27.48-
YUV80.69123.66129.65-

RGB Variations

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

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.80%
R=35.02%
G=34.18%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83817300.020.120.67486.4130.59
Hex53514902C433061f
Octal123121111021410360637
Binary1010011101000110010010101100100001111000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>