#4E221E

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

Shades of Caput Mortuum #4E221E

Tints of Caput Mortuum #4E221E

Color information

#4E221E (or 0x4E221E) is unknown color: approx Caput Mortuum. HEX triplet: 4E, 22 and 1E. RGB value is (78,34,30). Sum of RGB (Red+Green+Blue) = 78+34+30=142 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.93% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 78 - color contains mainly: red. Hex color #4E221E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E221E is #B1DDE1. Grayscale: #2E2E2E. Windows color (decimal): -11656674 or 1974862. OLE color: 1974862.

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

Color convert

RGB783430-
CMYK00.560.620.69
HSL44.44%21.18%-
HSV(B)61.54%30.59%-
XYZ3.952.861.57-
YUV46.7118.58150.33-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 54.93%
GREEN value IS 34 (13.67% from 255) = 23.94%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=54.93%
G=23.94%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78343000.560.620.69544.4421.18
Hex4E221E0383E4552c15
Octal11642360707610555425
Binary1001110100010111100111000111110100010110110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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