#491C17

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

Shades of Caput Mortuum #491C17

Tints of Caput Mortuum #491C17

Color information

#491C17 (or 0x491C17) is unknown color: approx Caput Mortuum. HEX triplet: 49, 1C and 17. RGB value is (73,28,23). Sum of RGB (Red+Green+Blue) = 73+28+23=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #491C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491C17 is #B6E3E8. Grayscale: #282828. Windows color (decimal): -11985897 or 1514569. OLE color: 1514569.

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

Color convert

RGB732823-
CMYK00.620.680.71
HSL52.08%18.82%-
HSV(B)68.49%28.63%-
XYZ3.322.311.08-
YUV40.88117.91150.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.87%
GREEN value IS 28 (11.33% from 255) = 22.58%
BLUE value IS 23 (9.38% from 255) = 18.55%
R=58.87%
G=22.58%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73282300.620.680.71652.0818.82
Hex491C1703E444763413
Octal111342707610410766423
Binary1001001111001011101111101000100100011111011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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