#4C1D17

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

Shades of Caput Mortuum #4C1D17

Tints of Caput Mortuum #4C1D17

Color information

#4C1D17 (or 0x4C1D17) is unknown color: approx Caput Mortuum. HEX triplet: 4C, 1D and 17. RGB value is (76,29,23). Sum of RGB (Red+Green+Blue) = 76+29+23=128 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.38% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C1D17 is #B3E2E8. Grayscale: #2A2A2A. Windows color (decimal): -11789033 or 1514828. OLE color: 1514828.

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

Color convert

RGB762923-
CMYK00.620.700.70
HSL6.79º53.54%19.41%-
HSV(B)6.79º69.74%29.8%-
XYZ3.572.481.1-
YUV42.37117.07151.99-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 59.38%
GREEN value IS 29 (11.72% from 255) = 22.66%
BLUE value IS 23 (9.38% from 255) = 17.97%
R=59.38%
G=22.66%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76292300.620.700.706.7953.5419.41
Hex4C1D1703E464673613
Octal114352707610610676623
Binary1001100111011011101111101000110100011011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,29,23); }

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

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

 a { background-color: rgb(76,29,23); }

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

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

 span { border-color: rgb(76,29,23); }

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