#491C18

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

Shades of Caput Mortuum #491C18

Tints of Caput Mortuum #491C18

Color information

#491C18 (or 0x491C18) is unknown color: approx Caput Mortuum. HEX triplet: 49, 1C and 18. RGB value is (73,28,24). Sum of RGB (Red+Green+Blue) = 73+28+24=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #491C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491C18 is #B6E3E7. Grayscale: #292929. Windows color (decimal): -11985896 or 1580105. OLE color: 1580105.

HSL color Cylindrical-coordinate representation of color #491C18: hue angle of 4.9º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #491C18 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB732824-
CMYK00.620.670.71
HSL4.9º50.52%19.02%-
HSV(B)4.9º67.12%28.63%-
XYZ3.332.311.14-
YUV41118.41150.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.4%
GREEN value IS 28 (11.33% from 255) = 22.4%
BLUE value IS 24 (9.77% from 255) = 19.2%
R=58.4%
G=22.4%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73282400.620.670.714.950.5219.02
Hex491C1803E434753313
Octal111343007610310756323
Binary1001001111001100001111101000011100011110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491C18; }

 p { color: rgb(73,28,24); }

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

<style>
 a { background-color: #491C18; }

 a { background-color: rgb(73,28,24); }

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

<style>
 span { border-color: #491C18; }

 span { border-color: rgb(73,28,24); }

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