#4E261C

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

Shades of Caput Mortuum #4E261C

Tints of Caput Mortuum #4E261C

Color information

#4E261C (or 0x4E261C) is unknown color: approx Caput Mortuum. HEX triplet: 4E, 26 and 1C. RGB value is (78,38,28). Sum of RGB (Red+Green+Blue) = 78+38+28=144 (19% of max value = 765). Red value is 78 (30.86% from 255 or 54.17% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 78 - color contains mainly: red. Hex color #4E261C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E261C is #B1D9E3. Grayscale: #303030. Windows color (decimal): -11655652 or 1844814. OLE color: 1844814.

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

Color convert

RGB783828-
CMYK00.510.640.69
HSL12º47.17%20.78%-
HSV(B)12º64.1%30.59%-
XYZ4.043.091.48-
YUV48.82116.25148.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 54.17%
GREEN value IS 38 (15.23% from 255) = 26.39%
BLUE value IS 28 (11.33% from 255) = 19.44%
R=54.17%
G=26.39%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78382800.510.640.691247.1720.78
Hex4E261C0334045c2f15
Octal1164634063100105145725
Binary100111010011011100011001110000001000101110010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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