#492220

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

Shades of Caput Mortuum #492220

Tints of Caput Mortuum #492220

Color information

#492220 (or 0x492220) is unknown color: approx Caput Mortuum. HEX triplet: 49, 22 and 20. RGB value is (73,34,32). Sum of RGB (Red+Green+Blue) = 73+34+32=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #492220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492220 is #B6DDDF. Grayscale: #2D2D2D. Windows color (decimal): -11984352 or 2105929. OLE color: 2105929.

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

Color convert

RGB733432-
CMYK00.530.560.71
HSL2.93º39.05%20.59%-
HSV(B)2.93º56.16%28.63%-
XYZ3.582.661.69-
YUV45.43120.42147.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.52%
GREEN value IS 34 (13.67% from 255) = 24.46%
BLUE value IS 32 (12.89% from 255) = 23.02%
R=52.52%
G=24.46%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73343200.530.560.712.9339.0520.59
Hex492220035384732715
Octal11142400657010734725
Binary1001001100010100000011010111100010001111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492220; }

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

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

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

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

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

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

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

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