#4E231D

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

Shades of Caput Mortuum #4E231D

Tints of Caput Mortuum #4E231D

Color information

#4E231D (or 0x4E231D) is unknown color: approx Caput Mortuum. HEX triplet: 4E, 23 and 1D. RGB value is (78,35,29). Sum of RGB (Red+Green+Blue) = 78+35+29=142 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.93% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 78 - color contains mainly: red. Hex color #4E231D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E231D is #B1DCE2. Grayscale: #2F2F2F. Windows color (decimal): -11656419 or 1909582. OLE color: 1909582.

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

Color convert

RGB783529-
CMYK00.550.630.69
HSL7.35º45.79%20.98%-
HSV(B)7.35º62.82%30.59%-
XYZ3.962.911.52-
YUV47.17117.75149.99-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 54.93%
GREEN value IS 35 (14.06% from 255) = 24.65%
BLUE value IS 29 (11.72% from 255) = 20.42%
R=54.93%
G=24.65%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78352900.550.630.697.3545.7920.98
Hex4E231D0373F4572e15
Octal11643350677710575625
Binary1001110100011111010110111111111100010111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E231D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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