#492421

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

Shades of Caput Mortuum #492421

Tints of Caput Mortuum #492421

Color information

#492421 (or 0x492421) is unknown color: approx Caput Mortuum. HEX triplet: 49, 24 and 21. RGB value is (73,36,33). Sum of RGB (Red+Green+Blue) = 73+36+33=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #492421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492421 is #B6DBDE. Grayscale: #2E2E2E. Windows color (decimal): -11983839 or 2171977. OLE color: 2171977.

HSL color Cylindrical-coordinate representation of color #492421: hue angle of 4.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #492421 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB733633-
CMYK00.510.550.71
HSL4.5º37.74%20.78%-
HSV(B)4.5º54.79%28.63%-
XYZ3.652.791.78-
YUV46.72120.26146.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.41%
GREEN value IS 36 (14.45% from 255) = 25.35%
BLUE value IS 33 (13.28% from 255) = 23.24%
R=51.41%
G=25.35%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73363300.510.550.714.537.7420.78
Hex492421033374752615
Octal11144410636710754625
Binary10010011001001000010110011110111100011110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492421; }

 p { color: rgb(73,36,33); }

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

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

 a { background-color: rgb(73,36,33); }

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

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

 span { border-color: rgb(73,36,33); }

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