#4E1D11

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

Shades of Caput Mortuum #4E1D11

Tints of Caput Mortuum #4E1D11

Color information

#4E1D11 (or 0x4E1D11) is unknown color: approx Caput Mortuum. HEX triplet: 4E, 1D and 11. RGB value is (78,29,17). Sum of RGB (Red+Green+Blue) = 78+29+17=124 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.90% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E1D11 is #B1E2EE. Grayscale: #2A2A2A. Windows color (decimal): -11657967 or 1121614. OLE color: 1121614.

HSL color Cylindrical-coordinate representation of color #4E1D11: hue angle of 11.8º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E1D11 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB782917-
CMYK00.630.780.69
HSL11.8º64.21%18.63%-
HSV(B)11.8º78.21%30.59%-
XYZ3.682.540.83-
YUV42.28113.73153.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 62.90%
GREEN value IS 29 (11.72% from 255) = 23.39%
BLUE value IS 17 (7.03% from 255) = 13.71%
R=62.90%
G=23.39%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78291700.630.780.6911.864.2118.63
Hex4E1D1103F4E45c4013
Octal11635210771161051410023
Binary100111011101100010111111100111010001011100100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,29,17); }

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

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

 a { background-color: rgb(78,29,17); }

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

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

 span { border-color: rgb(78,29,17); }

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