#4E2019

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

Shades of Caput Mortuum #4E2019

Tints of Caput Mortuum #4E2019

Color information

#4E2019 (or 0x4E2019) is unknown color: approx Caput Mortuum. HEX triplet: 4E, 20 and 19. RGB value is (78,32,25). Sum of RGB (Red+Green+Blue) = 78+32+25=135 (17% of max value = 765). Red value is 78 (30.86% from 255 or 57.78% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2019 is #B1DFE6. Grayscale: #2D2D2D. Windows color (decimal): -11657191 or 1646670. OLE color: 1646670.

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

Color convert

RGB783225-
CMYK00.590.680.69
HSL7.92º51.46%20.2%-
HSV(B)7.92º67.95%30.59%-
XYZ3.832.721.24-
YUV44.96116.74151.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 57.78%
GREEN value IS 32 (12.89% from 255) = 23.70%
BLUE value IS 25 (10.16% from 255) = 18.52%
R=57.78%
G=23.70%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78322500.590.680.697.9251.4620.2
Hex4E201903B444583314
Octal1164031073104105106324
Binary100111010000011001011101110001001000101100011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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