#49473E

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

Shades of Merlin #49473E

Tints of Merlin #49473E

Color information

#49473E (or 0x49473E) is unknown color: approx Merlin. HEX triplet: 49, 47 and 3E. RGB value is (73,71,62). Sum of RGB (Red+Green+Blue) = 73+71+62=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 73 - color contains mainly: red. Hex color #49473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49473E is #B6B8C1. Grayscale: #464646. Windows color (decimal): -11974850 or 4081481. OLE color: 4081481.

HSL color Cylindrical-coordinate representation of color #49473E: hue angle of 49.09º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #49473E is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB737162-
CMYK00.030.150.71
HSL49.09º8.15%26.47%-
HSV(B)49.09º15.07%28.63%-
XYZ5.876.275.46-
YUV70.57123.16129.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.44%
GREEN value IS 71 (28.12% from 255) = 34.47%
BLUE value IS 62 (24.61% from 255) = 30.10%
R=35.44%
G=34.47%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73716200.030.150.7149.098.1526.47
Hex49473E03F473181a
Octal111107760317107611032
Binary1001001100011111111001111111000111110001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49473E; }

 p { color: rgb(73,71,62); }

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

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

 a { background-color: rgb(73,71,62); }

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

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

 span { border-color: rgb(73,71,62); }

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