#492720

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

Shades of Caput Mortuum #492720

Tints of Caput Mortuum #492720

Color information

#492720 (or 0x492720) is unknown color: approx Caput Mortuum. HEX triplet: 49, 27 and 20. RGB value is (73,39,32). Sum of RGB (Red+Green+Blue) = 73+39+32=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #492720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492720 is #B6D8DF. Grayscale: #303030. Windows color (decimal): -11983072 or 2107209. OLE color: 2107209.

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

Color convert

RGB733932-
CMYK00.470.560.71
HSL10.24º39.05%20.59%-
HSV(B)10.24º56.16%28.63%-
XYZ3.732.971.74-
YUV48.37118.76145.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.69%
GREEN value IS 39 (15.62% from 255) = 27.08%
BLUE value IS 32 (12.89% from 255) = 22.22%
R=50.69%
G=27.08%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73393200.470.560.7110.2439.0520.59
Hex49272002F3847a2715
Octal111474005770107124725
Binary100100110011110000001011111110001000111101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492720; }

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

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

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

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

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

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

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

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