#535146

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

Shades of Merlin #535146

Tints of Merlin #535146

Color information

#535146 (or 0x535146) is unknown color: approx Merlin. HEX triplet: 53, 51 and 46. RGB value is (83,81,70). Sum of RGB (Red+Green+Blue) = 83+81+70=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 83 - color contains mainly: red. Hex color #535146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535146 is #ACAEB9. Grayscale: #505050. Windows color (decimal): -11316922 or 4608339. OLE color: 4608339.

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

Color convert

RGB838170-
CMYK00.020.160.67
HSL50.77º8.5%30%-
HSV(B)50.77º15.66%32.55%-
XYZ7.628.176.97-
YUV80.34122.16129.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.47%
GREEN value IS 81 (32.03% from 255) = 34.62%
BLUE value IS 70 (27.73% from 255) = 29.91%
R=35.47%
G=34.62%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83817000.020.160.6750.778.530
Hex5351460210433381e
Octal1231211060220103631036
Binary101001110100011000110010100001000011110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535146; }

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

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

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

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

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

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

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

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