#57291D

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

Shades of Caput Mortuum #57291D

Tints of Caput Mortuum #57291D

Color information

#57291D (or 0x57291D) is unknown color: approx Caput Mortuum. HEX triplet: 57, 29 and 1D. RGB value is (87,41,29). Sum of RGB (Red+Green+Blue) = 87+41+29=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #57291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57291D is #A8D6E2. Grayscale: #353535. Windows color (decimal): -11065059 or 1911127. OLE color: 1911127.

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

Color convert

RGB874129-
CMYK00.530.670.66
HSL12.41º50%22.75%-
HSV(B)12.41º66.67%34.12%-
XYZ4.953.71.62-
YUV53.39114.24151.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.41%
GREEN value IS 41 (16.41% from 255) = 26.11%
BLUE value IS 29 (11.72% from 255) = 18.47%
R=55.41%
G=26.11%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87412900.530.670.6612.415022.75
Hex57291D0354342c3217
Octal1275135065103102146227
Binary101011110100111101011010110000111000010110011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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