#4E231A

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

Shades of Caput Mortuum #4E231A

Tints of Caput Mortuum #4E231A

Color information

#4E231A (or 0x4E231A) is unknown color: approx Caput Mortuum. HEX triplet: 4E, 23 and 1A. RGB value is (78,35,26). Sum of RGB (Red+Green+Blue) = 78+35+26=139 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.12% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 78 - color contains mainly: red. Hex color #4E231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E231A is #B1DCE5. Grayscale: #2E2E2E. Windows color (decimal): -11656422 or 1712974. OLE color: 1712974.

HSL color Cylindrical-coordinate representation of color #4E231A: hue angle of 10.38º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E231A is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB783526-
CMYK00.550.670.69
HSL10.38º50%20.39%-
HSV(B)10.38º66.67%30.59%-
XYZ3.932.91.33-
YUV46.83116.25150.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 56.12%
GREEN value IS 35 (14.06% from 255) = 25.18%
BLUE value IS 26 (10.55% from 255) = 18.71%
R=56.12%
G=25.18%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78352600.550.670.6910.385020.39
Hex4E231A0374345a3214
Octal1164332067103105126224
Binary100111010001111010011011110000111000101101011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,35,26); }

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

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

 a { background-color: rgb(78,35,26); }

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

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

 span { border-color: rgb(78,35,26); }

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