#57291C

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

Shades of Caput Mortuum #57291C

Tints of Caput Mortuum #57291C

Color information

#57291C (or 0x57291C) is unknown color: approx Caput Mortuum. HEX triplet: 57, 29 and 1C. RGB value is (87,41,28). Sum of RGB (Red+Green+Blue) = 87+41+28=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #57291C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57291C is #A8D6E3. Grayscale: #353535. Windows color (decimal): -11065060 or 1845591. OLE color: 1845591.

HSL color Cylindrical-coordinate representation of color #57291C: hue angle of 13.22º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #57291C is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB874128-
CMYK00.530.680.66
HSL13.22º51.3%22.55%-
HSV(B)13.22º67.82%34.12%-
XYZ4.933.71.55-
YUV53.27113.74152.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.77%
GREEN value IS 41 (16.41% from 255) = 26.28%
BLUE value IS 28 (11.33% from 255) = 17.95%
R=55.77%
G=26.28%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87412800.530.680.6613.2251.322.55
Hex57291C0354442d3317
Octal1275134065104102156327
Binary101011110100111100011010110001001000010110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57291C; }

 p { color: rgb(87,41,28); }

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

<style>
 a { background-color: #57291C; }

 a { background-color: rgb(87,41,28); }

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

<style>
 span { border-color: #57291C; }

 span { border-color: rgb(87,41,28); }

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