#462120

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

Shades of Caput Mortuum #462120

Tints of Caput Mortuum #462120

Color information

#462120 (or 0x462120) is unknown color: approx Caput Mortuum. HEX triplet: 46, 21 and 20. RGB value is (70,33,32). Sum of RGB (Red+Green+Blue) = 70+33+32=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #462120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462120 is #B9DEDF. Grayscale: #2B2B2B. Windows color (decimal): -12181216 or 2105670. OLE color: 2105670.

HSL color Cylindrical-coordinate representation of color #462120: hue angle of 1.58º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #462120 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB703332-
CMYK00.530.540.73
HSL1.58º37.25%20%-
HSV(B)1.58º54.29%27.45%-
XYZ3.332.491.67-
YUV43.95121.26146.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.85%
GREEN value IS 33 (13.28% from 255) = 24.44%
BLUE value IS 32 (12.89% from 255) = 23.70%
R=51.85%
G=24.44%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70333200.530.540.731.5837.2520
Hex462120035364922514
Octal10641400656611124524
Binary1000110100001100000011010111011010010011010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462120; }

 p { color: rgb(70,33,32); }

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

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

 a { background-color: rgb(70,33,32); }

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

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

 span { border-color: rgb(70,33,32); }

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