#491F1A

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

Shades of Caput Mortuum #491F1A

Tints of Caput Mortuum #491F1A

Color information

#491F1A (or 0x491F1A) is unknown color: approx Caput Mortuum. HEX triplet: 49, 1F and 1A. RGB value is (73,31,26). Sum of RGB (Red+Green+Blue) = 73+31+26=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #491F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491F1A is #B6E0E5. Grayscale: #2B2B2B. Windows color (decimal): -11985126 or 1711945. OLE color: 1711945.

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

Color convert

RGB733126-
CMYK00.580.640.71
HSL6.38º47.47%19.41%-
HSV(B)6.38º64.38%28.63%-
XYZ3.422.471.27-
YUV42.99118.41149.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.15%
GREEN value IS 31 (12.5% from 255) = 23.85%
BLUE value IS 26 (10.55% from 255) = 20%
R=56.15%
G=23.85%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73312600.580.640.716.3847.4719.41
Hex491F1A03A404762f13
Octal111373207210010765723
Binary1001001111111101001110101000000100011111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,31,26); }

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

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

 a { background-color: rgb(73,31,26); }

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

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

 span { border-color: rgb(73,31,26); }

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