#4E2621

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

Shades of Caput Mortuum #4E2621

Tints of Caput Mortuum #4E2621

Color information

#4E2621 (or 0x4E2621) is unknown color: approx Caput Mortuum. HEX triplet: 4E, 26 and 21. RGB value is (78,38,33). Sum of RGB (Red+Green+Blue) = 78+38+33=149 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.35% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2621 is #B1D9DE. Grayscale: #313131. Windows color (decimal): -11655647 or 2172494. OLE color: 2172494.

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

Color convert

RGB783833-
CMYK00.510.580.69
HSL6.67º40.54%21.76%-
HSV(B)6.67º57.69%30.59%-
XYZ4.113.121.82-
YUV49.39118.75148.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 52.35%
GREEN value IS 38 (15.23% from 255) = 25.50%
BLUE value IS 33 (13.28% from 255) = 22.15%
R=52.35%
G=25.50%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78383300.510.580.696.6740.5421.76
Hex4E26210333A4572916
Octal11646410637210575126
Binary10011101001101000010110011111010100010111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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