#4D1F14

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

Shades of Caput Mortuum #4D1F14

Tints of Caput Mortuum #4D1F14

Color information

#4D1F14 (or 0x4D1F14) is unknown color: approx Caput Mortuum. HEX triplet: 4D, 1F and 14. RGB value is (77,31,20). Sum of RGB (Red+Green+Blue) = 77+31+20=128 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.16% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1F14 is #B2E0EB. Grayscale: #2B2B2B. Windows color (decimal): -11722988 or 1318733. OLE color: 1318733.

HSL color Cylindrical-coordinate representation of color #4D1F14: hue angle of 11.58º 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 #4D1F14 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB773120-
CMYK00.600.740.70
HSL11.58º58.76%19.02%-
HSV(B)11.58º74.03%30.2%-
XYZ3.682.610.97-
YUV43.5114.74151.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 60.16%
GREEN value IS 31 (12.5% from 255) = 24.22%
BLUE value IS 20 (8.20% from 255) = 15.62%
R=60.16%
G=24.22%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77312000.600.740.7011.5858.7619.02
Hex4D1F1403C4A46c3b13
Octal1153724074112106147323
Binary10011011111110100011110010010101000110110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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