#462321

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

Shades of Caput Mortuum #462321

Tints of Caput Mortuum #462321

Color information

#462321 (or 0x462321) is unknown color: approx Caput Mortuum. HEX triplet: 46, 23 and 21. RGB value is (70,35,33). Sum of RGB (Red+Green+Blue) = 70+35+33=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #462321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462321 is #B9DCDE. Grayscale: #2D2D2D. Windows color (decimal): -12180703 or 2171718. OLE color: 2171718.

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

Color convert

RGB703533-
CMYK00.50.530.73
HSL3.24º35.92%20.2%-
HSV(B)3.24º52.86%27.45%-
XYZ3.42.611.76-
YUV45.24121.1145.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.72%
GREEN value IS 35 (14.06% from 255) = 25.36%
BLUE value IS 33 (13.28% from 255) = 23.91%
R=50.72%
G=25.36%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70353300.50.530.733.2435.9220.2
Hex462321032354932414
Octal10643410626511134424
Binary1000110100011100001011001011010110010011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462321; }

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

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

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

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

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

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

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

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