Html Css Color HEX #49473E Merlin

📋 copy color: '#49473E'

red 73 ◦ green 71 ◦ blue 62

#49473E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merlin #49473E

Tints of Merlin #49473E

RGB

 RED value IS 73 (28.91% from 255) = 35.44%

 GREEN value IS 71 (28.13% from 255) = 34.47%

 BLUE value IS 62 (24.61% from 255) = 30.1%

R = 35.44%
G = 34.47%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#49473E (or 0x49473E) is known color: 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

RGB 73 71 62 -
CMYK 0 0.03 0.15 0.71
HSL 49.09º 0.08% 0.26% -
HSV(B) 49.09º 0.15% 0.29% -
XYZ 5.87 6.27 5.46 -
YUV 70.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 73 71 62 0 0.03 0.15 0.71 49.09 0.08 0.26
Hex 49 47 3E 0 3 F 47 31 8 1A
Octal 111 107 76 0 3 17 107 61 10 32
Binary 1001001 1000111 111110 0 11 1111 1000111 110001 1000 11010

Color Harmonies of #49473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49473E

Black with #49473E

Text Example


Text Example

White with #49473E

Text Example


Text Example

HTML Codes & Css Web 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>