#5E2111

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

Shades of Caput Mortuum #5E2111

Tints of Caput Mortuum #5E2111

Color information

#5E2111 (or 0x5E2111) is unknown color: approx Caput Mortuum. HEX triplet: 5E, 21 and 11. RGB value is (94,33,17). Sum of RGB (Red+Green+Blue) = 94+33+17=144 (19% of max value = 765). Red value is 94 (37.11% from 255 or 65.28% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2111 is #A1DEEE. Grayscale: #313131. Windows color (decimal): -10608367 or 1122654. OLE color: 1122654.

HSL color Cylindrical-coordinate representation of color #5E2111: hue angle of 12.47º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E2111 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.63.

Color convert

RGB943317-
CMYK00.650.820.63
HSL12.47º69.37%21.76%-
HSV(B)12.47º81.91%36.86%-
XYZ5.263.510.93-
YUV49.42109.71159.8-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 65.28%
GREEN value IS 33 (13.28% from 255) = 22.92%
BLUE value IS 17 (7.03% from 255) = 11.81%
R=65.28%
G=22.92%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.82
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94331700.650.820.6312.4769.3721.76
Hex5E2111041523Fc4516
Octal13641210101122771410526
Binary1011110100001100010100000110100101111111100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E2111; }

 p { color: rgb(94,33,17); }

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

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

 a { background-color: rgb(94,33,17); }

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

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

 span { border-color: rgb(94,33,17); }

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