#4E241C

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

Shades of Caput Mortuum #4E241C

Tints of Caput Mortuum #4E241C

Color information

#4E241C (or 0x4E241C) is unknown color: approx Caput Mortuum. HEX triplet: 4E, 24 and 1C. RGB value is (78,36,28). Sum of RGB (Red+Green+Blue) = 78+36+28=142 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.93% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 78 - color contains mainly: red. Hex color #4E241C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E241C is #B1DBE3. Grayscale: #2F2F2F. Windows color (decimal): -11656164 or 1844302. OLE color: 1844302.

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

Color convert

RGB783628-
CMYK00.540.640.69
HSL9.6º47.17%20.78%-
HSV(B)9.6º64.1%30.59%-
XYZ3.982.971.46-
YUV47.65116.91149.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 54.93%
GREEN value IS 36 (14.45% from 255) = 25.35%
BLUE value IS 28 (11.33% from 255) = 19.72%
R=54.93%
G=25.35%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78362800.540.640.699.647.1720.78
Hex4E241C0364045a2f15
Octal1164434066100105125725
Binary100111010010011100011011010000001000101101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,36,28); }

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

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

 a { background-color: rgb(78,36,28); }

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

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

 span { border-color: rgb(78,36,28); }

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