#47453F

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

Shades of Merlin #47453F

Tints of Merlin #47453F

Color information

#47453F (or 0x47453F) is unknown color: approx Merlin. HEX triplet: 47, 45 and 3F. RGB value is (71,69,63). Sum of RGB (Red+Green+Blue) = 71+69+63=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 71 - color contains mainly: red. Hex color #47453F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47453F is #B8BAC0. Grayscale: #444444. Windows color (decimal): -12106433 or 4146503. OLE color: 4146503.

HSL color Cylindrical-coordinate representation of color #47453F: hue angle of 45º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #47453F is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB716963-
CMYK00.030.110.72
HSL45º5.97%26.27%-
HSV(B)45º11.27%27.84%-
XYZ5.625.955.56-
YUV68.91124.66129.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.98%
GREEN value IS 69 (27.34% from 255) = 33.99%
BLUE value IS 63 (25% from 255) = 31.03%
R=34.98%
G=33.99%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71696300.030.110.72455.9726.27
Hex47453F03B482d61a
Octal10710577031311055632
Binary100011110001011111110111011100100010110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,69,63); }

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

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

 a { background-color: rgb(71,69,63); }

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

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

 span { border-color: rgb(71,69,63); }

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