#4E2521

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

Shades of Caput Mortuum #4E2521

Tints of Caput Mortuum #4E2521

Color information

#4E2521 (or 0x4E2521) is unknown color: approx Caput Mortuum. HEX triplet: 4E, 25 and 21. RGB value is (78,37,33). Sum of RGB (Red+Green+Blue) = 78+37+33=148 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.70% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2521 is #B1DADE. Grayscale: #303030. Windows color (decimal): -11655903 or 2172238. OLE color: 2172238.

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

Color convert

RGB783733-
CMYK00.530.580.69
HSL5.33º40.54%21.76%-
HSV(B)5.33º57.69%30.59%-
XYZ4.083.051.81-
YUV48.8119.08148.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 52.70%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 33 (13.28% from 255) = 22.30%
R=52.70%
G=25%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78373300.530.580.695.3340.5421.76
Hex4E25210353A4552916
Octal11645410657210555126
Binary10011101001011000010110101111010100010110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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