#47453E

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

Shades of Merlin #47453E

Tints of Merlin #47453E

Color information

#47453E (or 0x47453E) is unknown color: approx Merlin. HEX triplet: 47, 45 and 3E. RGB value is (71,69,62). Sum of RGB (Red+Green+Blue) = 71+69+62=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 71 - color contains mainly: red. Hex color #47453E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47453E is #B8BAC1. Grayscale: #444444. Windows color (decimal): -12106434 or 4080967. OLE color: 4080967.

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

Color convert

RGB716962-
CMYK00.030.130.72
HSL46.67º6.77%26.08%-
HSV(B)46.67º12.68%27.84%-
XYZ5.65.945.41-
YUV68.8124.16129.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.15%
GREEN value IS 69 (27.34% from 255) = 34.16%
BLUE value IS 62 (24.61% from 255) = 30.69%
R=35.15%
G=34.16%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71696200.030.130.7246.676.7726.08
Hex47453E03D482f71a
Octal10710576031511057732
Binary100011110001011111100111101100100010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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