#57221A

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

Shades of Caput Mortuum #57221A

Tints of Caput Mortuum #57221A

Color information

#57221A (or 0x57221A) is unknown color: approx Caput Mortuum. HEX triplet: 57, 22 and 1A. RGB value is (87,34,26). Sum of RGB (Red+Green+Blue) = 87+34+26=147 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.18% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 87 - color contains mainly: red. Hex color #57221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57221A is #A8DDE5. Grayscale: #313131. Windows color (decimal): -11066854 or 1712727. OLE color: 1712727.

HSL color Cylindrical-coordinate representation of color #57221A: hue angle of 7.87º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #57221A is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB873426-
CMYK00.610.700.66
HSL7.87º53.98%22.16%-
HSV(B)7.87º70.11%34.12%-
XYZ4.693.241.36-
YUV48.93115.06155.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.18%
GREEN value IS 34 (13.67% from 255) = 23.13%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=59.18%
G=23.13%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87342600.610.700.667.8753.9822.16
Hex57221A03D464283616
Octal1274232075106102106626
Binary101011110001011010011110110001101000010100011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57221A; }

 p { color: rgb(87,34,26); }

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

<style>
 a { background-color: #57221A; }

 a { background-color: rgb(87,34,26); }

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

<style>
 span { border-color: #57221A; }

 span { border-color: rgb(87,34,26); }

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