#4F4D3F

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

Shades of Merlin #4F4D3F

Tints of Merlin #4F4D3F

Color information

#4F4D3F (or 0x4F4D3F) is unknown color: approx Merlin. HEX triplet: 4F, 4D and 3F. RGB value is (79,77,63). Sum of RGB (Red+Green+Blue) = 79+77+63=219 (29% of max value = 765). Red value is 79 (31.25% from 255 or 36.07% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F4D3F is #B0B2C0. Grayscale: #4C4C4C. Windows color (decimal): -11580097 or 4148559. OLE color: 4148559.

HSL color Cylindrical-coordinate representation of color #4F4D3F: hue angle of 52.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4F4D3F is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB797763-
CMYK00.030.200.69
HSL52.5º11.27%27.84%-
HSV(B)52.5º20.25%30.98%-
XYZ6.787.335.76-
YUV76120.66130.14-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.07%
GREEN value IS 77 (30.47% from 255) = 35.16%
BLUE value IS 63 (25% from 255) = 28.77%
R=36.07%
G=35.16%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79776300.030.200.6952.511.2727.84
Hex4F4D3F03144534b1c
Octal117115770324105641334
Binary10011111001101111111011101001000101110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F4D3F; }

 p { color: rgb(79,77,63); }

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

<style>
 a { background-color: #4F4D3F; }

 a { background-color: rgb(79,77,63); }

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

<style>
 span { border-color: #4F4D3F; }

 span { border-color: rgb(79,77,63); }

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