#4E2820

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

Shades of Caput Mortuum #4E2820

Tints of Caput Mortuum #4E2820

Color information

#4E2820 (or 0x4E2820) is unknown color: approx Caput Mortuum. HEX triplet: 4E, 28 and 20. RGB value is (78,40,32). Sum of RGB (Red+Green+Blue) = 78+40+32=150 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2820 is #B1D7DF. Grayscale: #323232. Windows color (decimal): -11655136 or 2107470. OLE color: 2107470.

HSL color Cylindrical-coordinate representation of color #4E2820: hue angle of 10.43º 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 #4E2820 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB784032-
CMYK00.490.590.69
HSL10.43º41.82%21.57%-
HSV(B)10.43º58.97%30.59%-
XYZ4.163.241.77-
YUV50.45117.59147.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 52%
GREEN value IS 40 (16.02% from 255) = 26.67%
BLUE value IS 32 (12.89% from 255) = 21.33%
R=52%
G=26.67%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78403200.490.590.6910.4341.8221.57
Hex4E28200313B45a2a16
Octal116504006173105125226
Binary100111010100010000001100011110111000101101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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