#5E251C

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

Shades of Caput Mortuum #5E251C

Tints of Caput Mortuum #5E251C

Color information

#5E251C (or 0x5E251C) is unknown color: approx Caput Mortuum. HEX triplet: 5E, 25 and 1C. RGB value is (94,37,28). Sum of RGB (Red+Green+Blue) = 94+37+28=159 (21% of max value = 765). Red value is 94 (37.11% from 255 or 59.12% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 94 - color contains mainly: red. Hex color #5E251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E251C is #A1DAE3. Grayscale: #353535. Windows color (decimal): -10607332 or 1844574. OLE color: 1844574.

HSL color Cylindrical-coordinate representation of color #5E251C: hue angle of 8.18º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E251C is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.63.

Color convert

RGB943728-
CMYK00.610.700.63
HSL8.18º54.1%23.92%-
HSV(B)8.18º70.21%36.86%-
XYZ5.493.791.54-
YUV53.02113.88157.23-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 59.12%
GREEN value IS 37 (14.84% from 255) = 23.27%
BLUE value IS 28 (11.33% from 255) = 17.61%
R=59.12%
G=23.27%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94372800.610.700.638.1854.123.92
Hex5E251C03D463F83618
Octal136453407510677106630
Binary10111101001011110001111011000110111111100011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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