#57200C

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

Shades of Caput Mortuum #57200C

Tints of Caput Mortuum #57200C

Color information

#57200C (or 0x57200C) is unknown color: approx Caput Mortuum. HEX triplet: 57, 20 and 0C. RGB value is (87,32,12). Sum of RGB (Red+Green+Blue) = 87+32+12=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #57200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57200C is #A8DFF3. Grayscale: #2E2E2E. Windows color (decimal): -11067380 or 794711. OLE color: 794711.

HSL color Cylindrical-coordinate representation of color #57200C: hue angle of 16º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #57200C is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB873212-
CMYK00.630.860.66
HSL16º75.76%19.41%-
HSV(B)16º86.21%34.12%-
XYZ4.513.090.71-
YUV46.16108.72157.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 66.41%
GREEN value IS 32 (12.89% from 255) = 24.43%
BLUE value IS 12 (5.08% from 255) = 9.16%
R=66.41%
G=24.43%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87321200.630.860.661675.7619.41
Hex5720C03F5642104c13
Octal12740140771261022011423
Binary1010111100000110001111111010110100001010000100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,32,12); }

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

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

 a { background-color: rgb(87,32,12); }

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

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

 span { border-color: rgb(87,32,12); }

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