#4E241B

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

Shades of Caput Mortuum #4E241B

Tints of Caput Mortuum #4E241B

Color information

#4E241B (or 0x4E241B) is unknown color: approx Caput Mortuum. HEX triplet: 4E, 24 and 1B. RGB value is (78,36,27). Sum of RGB (Red+Green+Blue) = 78+36+27=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E241B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E241B is #B1DBE4. Grayscale: #2F2F2F. Windows color (decimal): -11656165 or 1778766. OLE color: 1778766.

HSL color Cylindrical-coordinate representation of color #4E241B: hue angle of 10.59º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E241B is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB783627-
CMYK00.540.650.69
HSL10.59º48.57%20.59%-
HSV(B)10.59º65.38%30.59%-
XYZ3.972.961.4-
YUV47.53116.41149.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 55.32%
GREEN value IS 36 (14.45% from 255) = 25.53%
BLUE value IS 27 (10.94% from 255) = 19.15%
R=55.32%
G=25.53%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78362700.540.650.6910.5948.5720.59
Hex4E241B0364145b3115
Octal1164433066101105136125
Binary100111010010011011011011010000011000101101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,36,27); }

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

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

 a { background-color: rgb(78,36,27); }

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

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

 span { border-color: rgb(78,36,27); }

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