#492721

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

Shades of Caput Mortuum #492721

Tints of Caput Mortuum #492721

Color information

#492721 (or 0x492721) is unknown color: approx Caput Mortuum. HEX triplet: 49, 27 and 21. RGB value is (73,39,33). Sum of RGB (Red+Green+Blue) = 73+39+33=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #492721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492721 is #B6D8DE. Grayscale: #303030. Windows color (decimal): -11983071 or 2172745. OLE color: 2172745.

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

Color convert

RGB733933-
CMYK00.470.550.71
HSL37.74%20.78%-
HSV(B)54.79%28.63%-
XYZ3.752.981.82-
YUV48.48119.26145.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.34%
GREEN value IS 39 (15.62% from 255) = 26.90%
BLUE value IS 33 (13.28% from 255) = 22.76%
R=50.34%
G=26.90%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73393300.470.550.71937.7420.78
Hex49272102F374792615
Octal111474105767107114625
Binary100100110011110000101011111101111000111100110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492721; }

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

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

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

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

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

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

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

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