#461E1C

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

Shades of Caput Mortuum #461E1C

Tints of Caput Mortuum #461E1C

Color information

#461E1C (or 0x461E1C) is unknown color: approx Caput Mortuum. HEX triplet: 46, 1E and 1C. RGB value is (70,30,28). Sum of RGB (Red+Green+Blue) = 70+30+28=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #461E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461E1C is #B9E1E3. Grayscale: #292929. Windows color (decimal): -12181988 or 1842758. OLE color: 1842758.

HSL color Cylindrical-coordinate representation of color #461E1C: hue angle of 2.86º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #461E1C is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB703028-
CMYK00.570.600.73
HSL2.86º42.86%19.22%-
HSV(B)2.86º60%27.45%-
XYZ3.22.311.38-
YUV41.73120.25148.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.69%
GREEN value IS 30 (12.11% from 255) = 23.44%
BLUE value IS 28 (11.33% from 255) = 21.88%
R=54.69%
G=23.44%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70302800.570.600.732.8642.8619.22
Hex461E1C0393C4932b13
Octal10636340717411135323
Binary10001101111011100011100111110010010011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461E1C; }

 p { color: rgb(70,30,28); }

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

<style>
 a { background-color: #461E1C; }

 a { background-color: rgb(70,30,28); }

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

<style>
 span { border-color: #461E1C; }

 span { border-color: rgb(70,30,28); }

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