#4C2319

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

Shades of Caput Mortuum #4C2319

Tints of Caput Mortuum #4C2319

Color information

#4C2319 (or 0x4C2319) is unknown color: approx Caput Mortuum. HEX triplet: 4C, 23 and 19. RGB value is (76,35,25). Sum of RGB (Red+Green+Blue) = 76+35+25=136 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.88% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2319 is #B3DCE6. Grayscale: #2E2E2E. Windows color (decimal): -11787495 or 1647436. OLE color: 1647436.

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

Color convert

RGB763525-
CMYK00.540.670.70
HSL11.76º50.5%19.8%-
HSV(B)11.76º67.11%29.8%-
XYZ3.762.811.26-
YUV46.12116.08149.31-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 55.88%
GREEN value IS 35 (14.06% from 255) = 25.74%
BLUE value IS 25 (10.16% from 255) = 18.38%
R=55.88%
G=25.74%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76352500.540.670.7011.7650.519.8
Hex4C23190364346c3214
Octal1144331066103106146224
Binary100110010001111001011011010000111000110110011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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