#492120

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

Shades of Caput Mortuum #492120

Tints of Caput Mortuum #492120

Color information

#492120 (or 0x492120) is unknown color: approx Caput Mortuum. HEX triplet: 49, 21 and 20. RGB value is (73,33,32). Sum of RGB (Red+Green+Blue) = 73+33+32=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #492120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492120 is #B6DEDF. Grayscale: #2C2C2C. Windows color (decimal): -11984608 or 2105673. OLE color: 2105673.

HSL color Cylindrical-coordinate representation of color #492120: hue angle of 1.46º 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 #492120 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB733332-
CMYK00.550.560.71
HSL1.46º39.05%20.59%-
HSV(B)1.46º56.16%28.63%-
XYZ3.552.611.68-
YUV44.85120.75148.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.90%
GREEN value IS 33 (13.28% from 255) = 23.91%
BLUE value IS 32 (12.89% from 255) = 23.19%
R=52.90%
G=23.91%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73333200.550.560.711.4639.0520.59
Hex492120037384712715
Octal11141400677010714725
Binary100100110000110000001101111110001000111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492120; }

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

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

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

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

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

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

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

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