#4E2018

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

Shades of Caput Mortuum #4E2018

Tints of Caput Mortuum #4E2018

Color information

#4E2018 (or 0x4E2018) is unknown color: approx Caput Mortuum. HEX triplet: 4E, 20 and 18. RGB value is (78,32,24). Sum of RGB (Red+Green+Blue) = 78+32+24=134 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.21% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2018 is #B1DFE7. Grayscale: #2C2C2C. Windows color (decimal): -11657192 or 1581134. OLE color: 1581134.

HSL color Cylindrical-coordinate representation of color #4E2018: hue angle of 8.89º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E2018 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB783224-
CMYK00.590.690.69
HSL8.89º52.94%20%-
HSV(B)8.89º69.23%30.59%-
XYZ3.822.721.19-
YUV44.84116.24151.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 58.21%
GREEN value IS 32 (12.89% from 255) = 23.88%
BLUE value IS 24 (9.77% from 255) = 17.91%
R=58.21%
G=23.88%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78322400.590.690.698.8952.9420
Hex4E201803B454593514
Octal1164030073105105116524
Binary100111010000011000011101110001011000101100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,32,24); }

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

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

 a { background-color: rgb(78,32,24); }

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

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

 span { border-color: rgb(78,32,24); }

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