#4C2219

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

Shades of Caput Mortuum #4C2219

Tints of Caput Mortuum #4C2219

Color information

#4C2219 (or 0x4C2219) is unknown color: approx Caput Mortuum. HEX triplet: 4C, 22 and 19. RGB value is (76,34,25). Sum of RGB (Red+Green+Blue) = 76+34+25=135 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.30% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2219 is #B3DDE6. Grayscale: #2D2D2D. Windows color (decimal): -11787751 or 1647180. OLE color: 1647180.

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

Color convert

RGB763425-
CMYK00.550.670.70
HSL10.59º50.5%19.8%-
HSV(B)10.59º67.11%29.8%-
XYZ3.732.751.25-
YUV45.53116.41149.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 56.30%
GREEN value IS 34 (13.67% from 255) = 25.19%
BLUE value IS 25 (10.16% from 255) = 18.52%
R=56.30%
G=25.19%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76342500.550.670.7010.5950.519.8
Hex4C22190374346b3214
Octal1144231067103106136224
Binary100110010001011001011011110000111000110101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,34,25); }

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

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

 a { background-color: rgb(76,34,25); }

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

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

 span { border-color: rgb(76,34,25); }

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