#4D1C17

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

Shades of Caput Mortuum #4D1C17

Tints of Caput Mortuum #4D1C17

Color information

#4D1C17 (or 0x4D1C17) is unknown color: approx Caput Mortuum. HEX triplet: 4D, 1C and 17. RGB value is (77,28,23). Sum of RGB (Red+Green+Blue) = 77+28+23=128 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.16% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1C17 is #B2E3E8. Grayscale: #2A2A2A. Windows color (decimal): -11723753 or 1514573. OLE color: 1514573.

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

Color convert

RGB772823-
CMYK00.640.700.70
HSL5.56º54%19.61%-
HSV(B)5.56º70.13%30.2%-
XYZ3.632.471.1-
YUV42.08117.23152.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 60.16%
GREEN value IS 28 (11.33% from 255) = 21.88%
BLUE value IS 23 (9.38% from 255) = 17.97%
R=60.16%
G=21.88%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77282300.640.700.705.565419.61
Hex4D1C17040464663614
Octal1153427010010610666624
Binary10011011110010111010000001000110100011011011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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