#4E221A

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

Shades of Caput Mortuum #4E221A

Tints of Caput Mortuum #4E221A

Color information

#4E221A (or 0x4E221A) is unknown color: approx Caput Mortuum. HEX triplet: 4E, 22 and 1A. RGB value is (78,34,26). Sum of RGB (Red+Green+Blue) = 78+34+26=138 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.52% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 78 - color contains mainly: red. Hex color #4E221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E221A is #B1DDE5. Grayscale: #2E2E2E. Windows color (decimal): -11656678 or 1712718. OLE color: 1712718.

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

Color convert

RGB783426-
CMYK00.560.670.69
HSL9.23º50%20.39%-
HSV(B)9.23º66.67%30.59%-
XYZ3.92.841.32-
YUV46.24116.58150.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 56.52%
GREEN value IS 34 (13.67% from 255) = 24.64%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=56.52%
G=24.64%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78342600.560.670.699.235020.39
Hex4E221A038434593214
Octal1164232070103105116224
Binary100111010001011010011100010000111000101100111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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