#53523F

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

Shades of Merlin #53523F

Tints of Merlin #53523F

Color information

#53523F (or 0x53523F) is unknown color: approx Merlin. HEX triplet: 53, 52 and 3F. RGB value is (83,82,63). Sum of RGB (Red+Green+Blue) = 83+82+63=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #53523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53523F is #ACADC0. Grayscale: #505050. Windows color (decimal): -11316673 or 4149843. OLE color: 4149843.

HSL color Cylindrical-coordinate representation of color #53523F: hue angle of 57º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #53523F is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB838263-
CMYK00.010.240.67
HSL57º13.7%28.63%-
HSV(B)57º24.1%32.55%-
XYZ7.488.235.9-
YUV80.13118.33130.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.40%
GREEN value IS 82 (32.42% from 255) = 35.96%
BLUE value IS 63 (25% from 255) = 27.63%
R=36.40%
G=35.96%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83826300.010.240.675713.728.63
Hex53523F01184339e1d
Octal123122770130103711635
Binary1010011101001011111101110001000011111001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53523F; }

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

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

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

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

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

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

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

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