#492521

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

Shades of Caput Mortuum #492521

Tints of Caput Mortuum #492521

Color information

#492521 (or 0x492521) is unknown color: approx Caput Mortuum. HEX triplet: 49, 25 and 21. RGB value is (73,37,33). Sum of RGB (Red+Green+Blue) = 73+37+33=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #492521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492521 is #B6DADE. Grayscale: #2F2F2F. Windows color (decimal): -11983583 or 2172233. OLE color: 2172233.

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

Color convert

RGB733733-
CMYK00.490.550.71
HSL37.74%20.78%-
HSV(B)54.79%28.63%-
XYZ3.682.851.79-
YUV47.31119.93146.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.05%
GREEN value IS 37 (14.84% from 255) = 25.87%
BLUE value IS 33 (13.28% from 255) = 23.08%
R=51.05%
G=25.87%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73373300.490.550.71637.7420.78
Hex492521031374762615
Octal11145410616710764625
Binary10010011001011000010110001110111100011111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492521; }

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

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

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

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

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

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

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

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