#4C281F

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

Shades of Caput Mortuum #4C281F

Tints of Caput Mortuum #4C281F

Color information

#4C281F (or 0x4C281F) is unknown color: approx Caput Mortuum. HEX triplet: 4C, 28 and 1F. RGB value is (76,40,31). Sum of RGB (Red+Green+Blue) = 76+40+31=147 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.70% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 76 - color contains mainly: red. Hex color #4C281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C281F is #B3D7E0. Grayscale: #313131. Windows color (decimal): -11786209 or 2041932. OLE color: 2041932.

HSL color Cylindrical-coordinate representation of color #4C281F: hue angle of 12º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C281F is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.70.

Color convert

RGB764031-
CMYK00.470.590.70
HSL12º42.06%20.98%-
HSV(B)12º59.21%29.8%-
XYZ3.993.151.69-
YUV49.74117.43146.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 51.70%
GREEN value IS 40 (16.02% from 255) = 27.21%
BLUE value IS 31 (12.5% from 255) = 21.09%
R=51.70%
G=27.21%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76403100.470.590.701242.0620.98
Hex4C281F02F3B46c2a15
Octal114503705773106145225
Binary10011001010001111101011111110111000110110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,40,31); }

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

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

 a { background-color: rgb(76,40,31); }

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

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

 span { border-color: rgb(76,40,31); }

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