#5E2415

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

Shades of Caput Mortuum #5E2415

Tints of Caput Mortuum #5E2415

Color information

#5E2415 (or 0x5E2415) is unknown color: approx Caput Mortuum. HEX triplet: 5E, 24 and 15. RGB value is (94,36,21). Sum of RGB (Red+Green+Blue) = 94+36+21=151 (20% of max value = 765). Red value is 94 (37.11% from 255 or 62.25% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2415 is #A1DBEA. Grayscale: #333333. Windows color (decimal): -10607595 or 1385566. OLE color: 1385566.

HSL color Cylindrical-coordinate representation of color #5E2415: hue angle of 12.33º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E2415 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB943621-
CMYK00.620.780.63
HSL12.33º63.48%22.55%-
HSV(B)12.33º77.66%36.86%-
XYZ5.383.71.14-
YUV51.63110.72158.22-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 62.25%
GREEN value IS 36 (14.45% from 255) = 23.84%
BLUE value IS 21 (8.59% from 255) = 13.91%
R=62.25%
G=23.84%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94362100.620.780.6312.3363.4822.55
Hex5E241503E4E3Fc3f17
Octal136442507611677147727
Binary10111101001001010101111101001110111111110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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