#4F221E

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

Shades of Caput Mortuum #4F221E

Tints of Caput Mortuum #4F221E

Color information

#4F221E (or 0x4F221E) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 22 and 1E. RGB value is (79,34,30). Sum of RGB (Red+Green+Blue) = 79+34+30=143 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.24% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 79 - color contains mainly: red. Hex color #4F221E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F221E is #B0DDE1. Grayscale: #2F2F2F. Windows color (decimal): -11591138 or 1974863. OLE color: 1974863.

HSL color Cylindrical-coordinate representation of color #4F221E: hue angle of 4.9º 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 #4F221E is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB793430-
CMYK00.570.620.69
HSL4.9º44.95%21.37%-
HSV(B)4.9º62.03%30.98%-
XYZ4.032.91.58-
YUV47118.41150.83-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 55.24%
GREEN value IS 34 (13.67% from 255) = 23.78%
BLUE value IS 30 (12.11% from 255) = 20.98%
R=55.24%
G=23.78%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79343000.570.620.694.944.9521.37
Hex4F221E0393E4552d15
Octal11742360717610555525
Binary1001111100010111100111001111110100010110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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