#4E211E

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

Shades of Caput Mortuum #4E211E

Tints of Caput Mortuum #4E211E

Color information

#4E211E (or 0x4E211E) is unknown color: approx Caput Mortuum. HEX triplet: 4E, 21 and 1E. RGB value is (78,33,30). Sum of RGB (Red+Green+Blue) = 78+33+30=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E211E is #B1DEE1. Grayscale: #2E2E2E. Windows color (decimal): -11656930 or 1974606. OLE color: 1974606.

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

Color convert

RGB783330-
CMYK00.580.620.69
HSL3.75º44.44%21.18%-
HSV(B)3.75º61.54%30.59%-
XYZ3.922.81.56-
YUV46.11118.91150.74-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 55.32%
GREEN value IS 33 (13.28% from 255) = 23.40%
BLUE value IS 30 (12.11% from 255) = 21.28%
R=55.32%
G=23.40%
B=21.28%

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
Decimal78333000.580.620.693.7544.4421.18
Hex4E211E03A3E4542c15
Octal11641360727610545425
Binary1001110100001111100111010111110100010110010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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