#492621

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

Shades of Caput Mortuum #492621

Tints of Caput Mortuum #492621

Color information

#492621 (or 0x492621) is unknown color: approx Caput Mortuum. HEX triplet: 49, 26 and 21. RGB value is (73,38,33). Sum of RGB (Red+Green+Blue) = 73+38+33=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #492621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492621 is #B6D9DE. Grayscale: #2F2F2F. Windows color (decimal): -11983327 or 2172489. OLE color: 2172489.

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

Color convert

RGB733833-
CMYK00.480.550.71
HSL7.5º37.74%20.78%-
HSV(B)7.5º54.79%28.63%-
XYZ3.722.911.81-
YUV47.9119.6145.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.69%
GREEN value IS 38 (15.23% from 255) = 26.39%
BLUE value IS 33 (13.28% from 255) = 22.92%
R=50.69%
G=26.39%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73383300.480.550.717.537.7420.78
Hex492621030374782615
Octal111464106067107104625
Binary100100110011010000101100001101111000111100010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492621; }

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

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

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

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

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

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

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

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