#4E2920

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

Shades of Caput Mortuum #4E2920

Tints of Caput Mortuum #4E2920

Color information

#4E2920 (or 0x4E2920) is unknown color: approx Caput Mortuum. HEX triplet: 4E, 29 and 20. RGB value is (78,41,32). Sum of RGB (Red+Green+Blue) = 78+41+32=151 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.66% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2920 is #B1D6DF. Grayscale: #333333. Windows color (decimal): -11654880 or 2107726. OLE color: 2107726.

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

Color convert

RGB784132-
CMYK00.470.590.69
HSL11.74º41.82%21.57%-
HSV(B)11.74º58.97%30.59%-
XYZ4.23.311.78-
YUV51.04117.26147.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 51.66%
GREEN value IS 41 (16.41% from 255) = 27.15%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=51.66%
G=27.15%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78413200.470.590.6911.7441.8221.57
Hex4E292002F3B45c2a16
Octal116514005773105145226
Binary100111010100110000001011111110111000101110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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