#4F201E

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

Shades of Caput Mortuum #4F201E

Tints of Caput Mortuum #4F201E

Color information

#4F201E (or 0x4F201E) is unknown color: approx Caput Mortuum. HEX triplet: 4F, 20 and 1E. RGB value is (79,32,30). Sum of RGB (Red+Green+Blue) = 79+32+30=141 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.03% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 79 - color contains mainly: red. Hex color #4F201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F201E is #B0DFE1. Grayscale: #2D2D2D. Windows color (decimal): -11591650 or 1974351. OLE color: 1974351.

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

Color convert

RGB793230-
CMYK00.590.620.69
HSL2.45º44.95%21.37%-
HSV(B)2.45º62.03%30.98%-
XYZ3.982.791.56-
YUV45.82119.07151.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 56.03%
GREEN value IS 32 (12.89% from 255) = 22.70%
BLUE value IS 30 (12.11% from 255) = 21.28%
R=56.03%
G=22.70%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79323000.590.620.692.4544.9521.37
Hex4F201E03B3E4522d15
Octal11740360737610525525
Binary100111110000011110011101111111010001011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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