#491E1B

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

Shades of Caput Mortuum #491E1B

Tints of Caput Mortuum #491E1B

Color information

#491E1B (or 0x491E1B) is unknown color: approx Caput Mortuum. HEX triplet: 49, 1E and 1B. RGB value is (73,30,27). Sum of RGB (Red+Green+Blue) = 73+30+27=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #491E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E1B is #B6E1E4. Grayscale: #2A2A2A. Windows color (decimal): -11985381 or 1777225. OLE color: 1777225.

HSL color Cylindrical-coordinate representation of color #491E1B: hue angle of 3.91º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #491E1B is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB733027-
CMYK00.590.630.71
HSL3.91º46%19.61%-
HSV(B)3.91º63.01%28.63%-
XYZ3.412.421.33-
YUV42.52119.25149.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.15%
GREEN value IS 30 (12.11% from 255) = 23.08%
BLUE value IS 27 (10.94% from 255) = 20.77%
R=56.15%
G=23.08%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73302700.590.630.713.914619.61
Hex491E1B03B3F4742e14
Octal11136330737710745624
Binary100100111110110110111011111111100011110010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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