#5E1C08

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

Shades of Caput Mortuum #5E1C08

Tints of Caput Mortuum #5E1C08

Color information

#5E1C08 (or 0x5E1C08) is unknown color: approx Caput Mortuum. HEX triplet: 5E, 1C and 08. RGB value is (94,28,8). Sum of RGB (Red+Green+Blue) = 94+28+8=130 (17% of max value = 765). Red value is 94 (37.11% from 255 or 72.31% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E1C08 is #A1E3F7. Grayscale: #2D2D2D. Windows color (decimal): -10609656 or 531550. OLE color: 531550.

HSL color Cylindrical-coordinate representation of color #5E1C08: hue angle of 13.95º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E1C08 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.63.

Color convert

RGB94288-
CMYK00.700.910.63
HSL13.95º84.31%20%-
HSV(B)13.95º91.49%36.86%-
XYZ5.083.230.59-
YUV45.45106.87162.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 72.31%
GREEN value IS 28 (11.33% from 255) = 21.54%
BLUE value IS 8 (3.52% from 255) = 6.15%
R=72.31%
G=21.54%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9428800.700.910.6313.9584.3120
Hex5E1C80465B3Fe5414
Octal13634100106133771612424
Binary10111101110010000100011010110111111111110101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,28,8); }

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

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

 a { background-color: rgb(94,28,8); }

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

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

 span { border-color: rgb(94,28,8); }

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