#4F211E

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

Shades of Caput Mortuum #4F211E

Tints of Caput Mortuum #4F211E

Color information

#4F211E (or 0x4F211E) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 21 and 1E. RGB value is (79,33,30). Sum of RGB (Red+Green+Blue) = 79+33+30=142 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.63% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 79 - color contains mainly: red. Hex color #4F211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F211E is #B0DEE1. Grayscale: #2E2E2E. Windows color (decimal): -11591394 or 1974607. OLE color: 1974607.

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

Color convert

RGB793330-
CMYK00.580.620.69
HSL3.67º44.95%21.37%-
HSV(B)3.67º62.03%30.98%-
XYZ42.841.57-
YUV46.41118.74151.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 55.63%
GREEN value IS 33 (13.28% from 255) = 23.24%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=55.63%
G=23.24%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79333000.580.620.693.6744.9521.37
Hex4F211E03A3E4542d15
Octal11741360727610545525
Binary1001111100001111100111010111110100010110010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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