#535242

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

Shades of Merlin #535242

Tints of Merlin #535242

Color information

#535242 (or 0x535242) is unknown color: approx Merlin. HEX triplet: 53, 52 and 42. RGB value is (83,82,66). Sum of RGB (Red+Green+Blue) = 83+82+66=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 83 - color contains mainly: red. Hex color #535242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535242 is #ACADBD. Grayscale: #505050. Windows color (decimal): -11316670 or 4346451. OLE color: 4346451.

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

Color convert

RGB838266-
CMYK00.010.200.67
HSL56.47º11.41%29.22%-
HSV(B)56.47º20.48%32.55%-
XYZ7.578.276.35-
YUV80.47119.83129.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.93%
GREEN value IS 82 (32.42% from 255) = 35.50%
BLUE value IS 66 (26.17% from 255) = 28.57%
R=35.93%
G=35.50%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83826600.010.200.6756.4711.4129.22
Hex53524201144338b1d
Octal1231221020124103701335
Binary10100111010010100001001101001000011111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535242; }

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

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

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

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

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

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

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

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