#4E2A21

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

Shades of Caput Mortuum #4E2A21

Tints of Caput Mortuum #4E2A21

Color information

#4E2A21 (or 0x4E2A21) is unknown color: approx Caput Mortuum. HEX triplet: 4E, 2A and 21. RGB value is (78,42,33). Sum of RGB (Red+Green+Blue) = 78+42+33=153 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.98% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2A21 is #B1D5DE. Grayscale: #333333. Windows color (decimal): -11654623 or 2173518. OLE color: 2173518.

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

Color convert

RGB784233-
CMYK00.460.580.69
HSL12º40.54%21.76%-
HSV(B)12º57.69%30.59%-
XYZ4.243.391.87-
YUV51.74117.43146.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 50.98%
GREEN value IS 42 (16.80% from 255) = 27.45%
BLUE value IS 33 (13.28% from 255) = 21.57%
R=50.98%
G=27.45%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78423300.460.580.691240.5421.76
Hex4E2A2102E3A45c2916
Octal116524105672105145126
Binary100111010101010000101011101110101000101110010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,42,33); }

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

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

 a { background-color: rgb(78,42,33); }

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

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

 span { border-color: rgb(78,42,33); }

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