#492320

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

Shades of Caput Mortuum #492320

Tints of Caput Mortuum #492320

Color information

#492320 (or 0x492320) is unknown color: approx Caput Mortuum. HEX triplet: 49, 23 and 20. RGB value is (73,35,32). Sum of RGB (Red+Green+Blue) = 73+35+32=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #492320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492320 is #B6DCDF. Grayscale: #2E2E2E. Windows color (decimal): -11984096 or 2106185. OLE color: 2106185.

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

Color convert

RGB733532-
CMYK00.520.560.71
HSL4.39º39.05%20.59%-
HSV(B)4.39º56.16%28.63%-
XYZ3.612.721.7-
YUV46.02120.09147.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.14%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 32 (12.89% from 255) = 22.86%
R=52.14%
G=25%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73353200.520.560.714.3939.0520.59
Hex492320034384742715
Octal11143400647010744725
Binary10010011000111000000110100111000100011110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492320; }

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

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

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

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

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

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

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

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