#4C1E15

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

Shades of Caput Mortuum #4C1E15

Tints of Caput Mortuum #4C1E15

Color information

#4C1E15 (or 0x4C1E15) is unknown color: approx Caput Mortuum. HEX triplet: 4C, 1E and 15. RGB value is (76,30,21). Sum of RGB (Red+Green+Blue) = 76+30+21=127 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.84% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C1E15 is #B3E1EA. Grayscale: #2A2A2A. Windows color (decimal): -11788779 or 1384012. OLE color: 1384012.

HSL color Cylindrical-coordinate representation of color #4C1E15: hue angle of 9.82º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C1E15 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.70.

Color convert

RGB763021-
CMYK00.610.720.70
HSL9.82º56.7%19.02%-
HSV(B)9.82º72.37%29.8%-
XYZ3.582.521.01-
YUV42.73115.74151.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 59.84%
GREEN value IS 30 (12.11% from 255) = 23.62%
BLUE value IS 21 (8.59% from 255) = 16.54%
R=59.84%
G=23.62%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76302100.610.720.709.8256.719.02
Hex4C1E1503D4846a3913
Octal1143625075110106127123
Binary10011001111010101011110110010001000110101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,30,21); }

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

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

 a { background-color: rgb(76,30,21); }

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

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

 span { border-color: rgb(76,30,21); }

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