#4D1C14

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

Shades of Caput Mortuum #4D1C14

Tints of Caput Mortuum #4D1C14

Color information

#4D1C14 (or 0x4D1C14) is unknown color: approx Caput Mortuum. HEX triplet: 4D, 1C and 14. RGB value is (77,28,20). Sum of RGB (Red+Green+Blue) = 77+28+20=125 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.6% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1C14 is #B2E3EB. Grayscale: #292929. Windows color (decimal): -11723756 or 1317965. OLE color: 1317965.

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

Color convert

RGB772820-
CMYK00.640.740.70
HSL8.42º58.76%19.02%-
HSV(B)8.42º74.03%30.2%-
XYZ3.62.460.95-
YUV41.74115.73153.15-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 61.6%
GREEN value IS 28 (11.33% from 255) = 22.4%
BLUE value IS 20 (8.20% from 255) = 16%
R=61.6%
G=22.4%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77282000.640.740.708.4258.7619.02
Hex4D1C140404A4683b13
Octal11534240100112106107323
Binary100110111100101000100000010010101000110100011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,28,20); }

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

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

 a { background-color: rgb(77,28,20); }

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

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

 span { border-color: rgb(77,28,20); }

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