#4E201E

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

Shades of Caput Mortuum #4E201E

Tints of Caput Mortuum #4E201E

Color information

#4E201E (or 0x4E201E) is unknown color: approx Caput Mortuum. HEX triplet: 4E, 20 and 1E. RGB value is (78,32,30). Sum of RGB (Red+Green+Blue) = 78+32+30=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E201E is #B1DFE1. Grayscale: #2D2D2D. Windows color (decimal): -11657186 or 1974350. OLE color: 1974350.

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

Color convert

RGB783230-
CMYK00.590.620.69
HSL2.5º44.44%21.18%-
HSV(B)2.5º61.54%30.59%-
XYZ3.892.751.55-
YUV45.53119.24151.16-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 55.71%
GREEN value IS 32 (12.89% from 255) = 22.86%
BLUE value IS 30 (12.11% from 255) = 21.43%
R=55.71%
G=22.86%
B=21.43%

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
Decimal78323000.590.620.692.544.4421.18
Hex4E201E03B3E4532c15
Octal11640360737610535425
Binary100111010000011110011101111111010001011110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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