#4F1E16

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

Shades of Caput Mortuum #4F1E16

Tints of Caput Mortuum #4F1E16

Color information

#4F1E16 (or 0x4F1E16) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 1E and 16. RGB value is (79,30,22). Sum of RGB (Red+Green+Blue) = 79+30+22=131 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.31% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1E16 is #B0E1E9. Grayscale: #2B2B2B. Windows color (decimal): -11592170 or 1449551. OLE color: 1449551.

HSL color Cylindrical-coordinate representation of color #4F1E16: hue angle of 8.42º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F1E16 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB793022-
CMYK00.620.720.69
HSL8.42º56.44%19.8%-
HSV(B)8.42º72.15%30.98%-
XYZ3.832.651.07-
YUV43.74115.73153.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 60.31%
GREEN value IS 30 (12.11% from 255) = 22.90%
BLUE value IS 22 (8.98% from 255) = 16.79%
R=60.31%
G=22.90%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79302200.620.720.698.4256.4419.8
Hex4F1E1603E484583814
Octal1173626076110105107024
Binary10011111111010110011111010010001000101100011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,30,22); }

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

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

 a { background-color: rgb(79,30,22); }

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

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

 span { border-color: rgb(79,30,22); }

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