#535142

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

Shades of Merlin #535142

Tints of Merlin #535142

Color information

#535142 (or 0x535142) is unknown color: approx Merlin. HEX triplet: 53, 51 and 42. RGB value is (83,81,66). Sum of RGB (Red+Green+Blue) = 83+81+66=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 83 - color contains mainly: red. Hex color #535142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535142 is #ACAEBD. Grayscale: #4F4F4F. Windows color (decimal): -11316926 or 4346195. OLE color: 4346195.

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

Color convert

RGB838166-
CMYK00.020.200.67
HSL52.94º11.41%29.22%-
HSV(B)52.94º20.48%32.55%-
XYZ7.498.126.33-
YUV79.89120.16130.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.09%
GREEN value IS 81 (32.03% from 255) = 35.22%
BLUE value IS 66 (26.17% from 255) = 28.70%
R=36.09%
G=35.22%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83816600.020.200.6752.9411.4129.22
Hex53514202144335b1d
Octal1231211020224103651335
Binary101001110100011000010010101001000011110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535142; }

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

 H1.HeaderClassName
 {
   color: #535142;
 }
 .AnyTagClassName
 {
   color: #535142;
 }
</style>
background-color css

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

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

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

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

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

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