#4E2821

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

Shades of Caput Mortuum #4E2821

Tints of Caput Mortuum #4E2821

Color information

#4E2821 (or 0x4E2821) is unknown color: approx Caput Mortuum. HEX triplet: 4E, 28 and 21. RGB value is (78,40,33). Sum of RGB (Red+Green+Blue) = 78+40+33=151 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.66% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2821 is #B1D7DE. Grayscale: #323232. Windows color (decimal): -11655135 or 2173006. OLE color: 2173006.

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

Color convert

RGB784033-
CMYK00.490.580.69
HSL9.33º40.54%21.76%-
HSV(B)9.33º57.69%30.59%-
XYZ4.183.251.85-
YUV50.56118.09147.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 51.66%
GREEN value IS 40 (16.02% from 255) = 26.49%
BLUE value IS 33 (13.28% from 255) = 21.85%
R=51.66%
G=26.49%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78403300.490.580.699.3340.5421.76
Hex4E28210313A4592916
Octal116504106172105115126
Binary100111010100010000101100011110101000101100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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