#491E1A

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

Shades of Caput Mortuum #491E1A

Tints of Caput Mortuum #491E1A

Color information

#491E1A (or 0x491E1A) is unknown color: approx Caput Mortuum. HEX triplet: 49, 1E and 1A. RGB value is (73,30,26). Sum of RGB (Red+Green+Blue) = 73+30+26=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #491E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E1A is #B6E1E5. Grayscale: #2A2A2A. Windows color (decimal): -11985382 or 1711689. OLE color: 1711689.

HSL color Cylindrical-coordinate representation of color #491E1A: hue angle of 5.11º 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 #491E1A is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB733026-
CMYK00.590.640.71
HSL5.11º47.47%19.41%-
HSV(B)5.11º64.38%28.63%-
XYZ3.42.421.27-
YUV42.4118.75149.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.59%
GREEN value IS 30 (12.11% from 255) = 23.26%
BLUE value IS 26 (10.55% from 255) = 20.16%
R=56.59%
G=23.26%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73302600.590.640.715.1147.4719.41
Hex491E1A03B404752f13
Octal111363207310010755723
Binary1001001111101101001110111000000100011110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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