#4F211D

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

Shades of Caput Mortuum #4F211D

Tints of Caput Mortuum #4F211D

Color information

#4F211D (or 0x4F211D) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 21 and 1D. RGB value is (79,33,29). Sum of RGB (Red+Green+Blue) = 79+33+29=141 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.03% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 79 - color contains mainly: red. Hex color #4F211D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F211D is #B0DEE2. Grayscale: #2E2E2E. Windows color (decimal): -11591395 or 1909071. OLE color: 1909071.

HSL color Cylindrical-coordinate representation of color #4F211D: hue angle of 4.8º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F211D is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.69.

Color convert

RGB793329-
CMYK00.580.630.69
HSL4.8º46.3%21.18%-
HSV(B)4.8º63.29%30.98%-
XYZ3.992.841.5-
YUV46.3118.24151.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 56.03%
GREEN value IS 33 (13.28% from 255) = 23.40%
BLUE value IS 29 (11.72% from 255) = 20.57%
R=56.03%
G=23.40%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79332900.580.630.694.846.321.18
Hex4F211D03A3F4552e15
Octal11741350727710555625
Binary1001111100001111010111010111111100010110110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,33,29); }

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

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

 a { background-color: rgb(79,33,29); }

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

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

 span { border-color: rgb(79,33,29); }

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