#5E2411

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

Shades of Caput Mortuum #5E2411

Tints of Caput Mortuum #5E2411

Color information

#5E2411 (or 0x5E2411) is unknown color: approx Caput Mortuum. HEX triplet: 5E, 24 and 11. RGB value is (94,36,17). Sum of RGB (Red+Green+Blue) = 94+36+17=147 (19% of max value = 765). Red value is 94 (37.11% from 255 or 63.95% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2411 is #A1DBEE. Grayscale: #333333. Windows color (decimal): -10607599 or 1123422. OLE color: 1123422.

HSL color Cylindrical-coordinate representation of color #5E2411: hue angle of 14.81º 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 #5E2411 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.63.

Color convert

RGB943617-
CMYK00.620.820.63
HSL14.81º69.37%21.76%-
HSV(B)14.81º81.91%36.86%-
XYZ5.353.680.96-
YUV51.18108.72158.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 63.95%
GREEN value IS 36 (14.45% from 255) = 24.49%
BLUE value IS 17 (7.03% from 255) = 11.56%
R=63.95%
G=24.49%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94361700.620.820.6314.8169.3721.76
Hex5E241103E523Ff4516
Octal1364421076122771710526
Binary101111010010010001011111010100101111111111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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