#492420

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

Shades of Caput Mortuum #492420

Tints of Caput Mortuum #492420

Color information

#492420 (or 0x492420) is unknown color: approx Caput Mortuum. HEX triplet: 49, 24 and 20. RGB value is (73,36,32). Sum of RGB (Red+Green+Blue) = 73+36+32=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #492420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492420 is #B6DBDF. Grayscale: #2E2E2E. Windows color (decimal): -11983840 or 2106441. OLE color: 2106441.

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

Color convert

RGB733632-
CMYK00.510.560.71
HSL5.85º39.05%20.59%-
HSV(B)5.85º56.16%28.63%-
XYZ3.642.781.71-
YUV46.61119.76146.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.77%
GREEN value IS 36 (14.45% from 255) = 25.53%
BLUE value IS 32 (12.89% from 255) = 22.70%
R=51.77%
G=25.53%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73363200.510.560.715.8539.0520.59
Hex492420033384762715
Octal11144400637010764725
Binary10010011001001000000110011111000100011111010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492420; }

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

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

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

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

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

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

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

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