#49483F

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

Shades of Merlin #49483F

Tints of Merlin #49483F

Color information

#49483F (or 0x49483F) is unknown color: approx Merlin. HEX triplet: 49, 48 and 3F. RGB value is (73,72,63). Sum of RGB (Red+Green+Blue) = 73+72+63=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 73 - color contains mainly: red. Hex color #49483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49483F is #B6B7C0. Grayscale: #474747. Windows color (decimal): -11974593 or 4147273. OLE color: 4147273.

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

Color convert

RGB737263-
CMYK00.010.140.71
HSL54º7.35%26.67%-
HSV(B)54º13.7%28.63%-
XYZ5.966.415.63-
YUV71.27123.33129.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.10%
GREEN value IS 72 (28.52% from 255) = 34.62%
BLUE value IS 63 (25% from 255) = 30.29%
R=35.10%
G=34.62%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73726300.010.140.71547.3526.67
Hex49483F01E473671b
Octal11111077011610766733
Binary10010011001000111111011110100011111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,72,63); }

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

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

 a { background-color: rgb(73,72,63); }

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

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

 span { border-color: rgb(73,72,63); }

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