#492321

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

Shades of Caput Mortuum #492321

Tints of Caput Mortuum #492321

Color information

#492321 (or 0x492321) is unknown color: approx Caput Mortuum. HEX triplet: 49, 23 and 21. RGB value is (73,35,33). Sum of RGB (Red+Green+Blue) = 73+35+33=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #492321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492321 is #B6DCDE. Grayscale: #2E2E2E. Windows color (decimal): -11984095 or 2171721. OLE color: 2171721.

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

Color convert

RGB733533-
CMYK00.520.550.71
HSL37.74%20.78%-
HSV(B)54.79%28.63%-
XYZ3.622.731.77-
YUV46.13120.59147.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.77%
GREEN value IS 35 (14.06% from 255) = 24.82%
BLUE value IS 33 (13.28% from 255) = 23.40%
R=51.77%
G=24.82%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73353300.520.550.71337.7420.78
Hex492321034374732615
Octal11143410646710734625
Binary1001001100011100001011010011011110001111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492321; }

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

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

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

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

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

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

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

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