#4E1A10

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

Shades of Caput Mortuum #4E1A10

Tints of Caput Mortuum #4E1A10

Color information

#4E1A10 (or 0x4E1A10) is unknown color: approx Caput Mortuum. HEX triplet: 4E, 1A and 10. RGB value is (78,26,16). Sum of RGB (Red+Green+Blue) = 78+26+16=120 (15% of max value = 765). Red value is 78 (30.86% from 255 or 65% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E1A10 is #B1E5EF. Grayscale: #282828. Windows color (decimal): -11658736 or 1055310. OLE color: 1055310.

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

Color convert

RGB782616-
CMYK00.670.790.69
HSL9.68º65.96%18.43%-
HSV(B)9.68º79.49%30.59%-
XYZ3.62.40.76-
YUV40.41114.23154.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 65%
GREEN value IS 26 (10.55% from 255) = 21.67%
BLUE value IS 16 (6.64% from 255) = 13.33%
R=65%
G=21.67%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78261600.670.790.699.6865.9618.43
Hex4E1A100434F45a4212
Octal116322001031171051210222
Binary1001110110101000001000011100111110001011010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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